Home
last modified time | relevance | path

Searched refs:tls (Results 26 – 34 of 34) sorted by relevance

12

/unit/src/
H A Dnxt_http_request.c519 r->tls = 0; in nxt_http_request_forward_protocol()
524 r->tls = 1; in nxt_http_request_forward_protocol()
529 r->tls = 1; in nxt_http_request_forward_protocol()
H A Dnxt_http.h199 uint8_t tls; /* 1 bit */ member
H A Dnxt_http_route.c2010 return (r->tls == https); in nxt_http_route_scheme()
/unit/src/java/
H A Dnxt_jni_Request.c593 return (*env)->NewStringUTF(env, r->tls ? "https" : "http"); in nxt_java_Request_getScheme()
667 return r->tls != 0; in nxt_java_Request_isSecure()
/unit/test/
H A Dtest_tls.py9 from unit.applications.tls import ApplicationTLS
/unit/src/python/
H A Dnxt_python_asgi.c668 scheme = r->tls ? nxt_py_wss_str : nxt_py_ws_str; in nxt_py_asgi_create_http_scope()
672 scheme = r->tls ? nxt_py_https_str : nxt_py_http_str; in nxt_py_asgi_create_http_scope()
H A Dnxt_python_wsgi.c642 if (r->tls) { in nxt_python_get_environ()
/unit/src/perl/
H A Dnxt_perl_psgi.c645 r->tls ? newSVpv("https", 5) in nxt_perl_psgi_env_create()
/unit/src/ruby/
H A Dnxt_ruby.c763 r->tls ? nxt_rb_https_str : nxt_rb_http_str); in nxt_ruby_read_request()

12