Home
last modified time | relevance | path

Searched refs:response_start (Results 1 – 1 of 1) sorted by path

/unit/src/python/
H A Dnxt_python_asgi_http.c261 static const nxt_str_t response_start = nxt_string("http.response.start"); in nxt_py_asgi_http_send() local
288 if (nxt_str_eq(&response_start, type_str, (size_t) type_len)) { in nxt_py_asgi_http_send()