Home
last modified time | relevance | path

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

/unit/src/python/
H A Dnxt_python_asgi.c32 static PyObject *nxt_py_asgi_create_http_scope(nxt_unit_request_info_t *req,
517 scope = nxt_py_asgi_create_http_scope(req, target); in nxt_py_asgi_request_handler()
639 nxt_py_asgi_create_http_scope(nxt_unit_request_info_t *req, in nxt_py_asgi_create_http_scope() function