Searched refs:nxt_py_wss_str (Results 1 – 3 of 3) sorted by relevance
67 PyObject *nxt_py_wss_str; variable122 { nxt_string("wss"), &nxt_py_wss_str },
62 extern PyObject *nxt_py_wss_str;
601 scheme = r->tls ? nxt_py_wss_str : nxt_py_ws_str; in nxt_py_asgi_create_http_scope()