Searched refs:nxt_py_https_str (Results 1 – 4 of 4) sorted by relevance
35 PyObject *nxt_py_https_str; variable90 { nxt_string("https"), &nxt_py_https_str },
30 extern PyObject *nxt_py_https_str;
134 static PyObject *nxt_py_https_str; variable153 { nxt_string("https"), &nxt_py_https_str },617 nxt_py_https_str)); in nxt_python_get_environ()
605 scheme = r->tls ? nxt_py_https_str : nxt_py_http_str; in nxt_py_asgi_create_http_scope()