Searched refs:nxt_py_http_request_str (Results 1 – 3 of 3) sorted by last modified time
33 PyObject *nxt_py_http_request_str; variable89 { nxt_string("http.request"), &nxt_py_http_request_str },
28 extern PyObject *nxt_py_http_request_str;
207 msg = nxt_py_asgi_new_msg(req, nxt_py_http_request_str); in nxt_py_asgi_http_read_msg()