Home
last modified time | relevance | path

Searched refs:nxt_py_https_str (Results 1 – 4 of 4) sorted by relevance

/unit/src/python/
H A Dnxt_python_asgi_str.c35 PyObject *nxt_py_https_str; variable
91 { nxt_string("https"), &nxt_py_https_str },
H A Dnxt_python_asgi_str.h30 extern PyObject *nxt_py_https_str;
H A Dnxt_python_wsgi.c139 static PyObject *nxt_py_https_str; variable
159 { nxt_string("https"), &nxt_py_https_str },
644 nxt_py_https_str)); in nxt_python_get_environ()
H A Dnxt_python_asgi.c672 scheme = r->tls ? nxt_py_https_str : nxt_py_http_str; in nxt_py_asgi_create_http_scope()