Home
last modified time | relevance | path

Searched refs:response_body (Results 1 – 1 of 1) sorted by relevance

/unit/src/python/
H A Dnxt_python_asgi_http.c262 static const nxt_str_t response_body = nxt_string("http.response.body"); in nxt_py_asgi_http_send() local
279 if (nxt_str_eq(&response_body, type_str, (size_t) type_len)) { in nxt_py_asgi_http_send()