Home
last modified time | relevance | path

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

/unit/src/python/
H A Dnxt_python_asgi.h57 PyObject *nxt_py_asgi_http_create(nxt_unit_request_info_t *req);
H A Dnxt_python_asgi_http.c89 nxt_py_asgi_http_create(nxt_unit_request_info_t *req) in nxt_py_asgi_http_create() function
H A Dnxt_python_asgi.c462 asgi = nxt_py_asgi_http_create(req); in nxt_py_asgi_request_handler()