Home
last modified time | relevance | path

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

/unit/src/python/
H A Dnxt_python_asgi_str.c67 PyObject *nxt_py_ws_str; variable
123 { nxt_string("ws"), &nxt_py_ws_str },
H A Dnxt_python_asgi_str.h62 extern PyObject *nxt_py_ws_str;
H A Dnxt_python_asgi.c668 scheme = r->tls ? nxt_py_wss_str : nxt_py_ws_str; in nxt_py_asgi_create_http_scope()