Home
last modified time | relevance | path

Searched defs:host (Results 1 – 11 of 11) sorted by relevance

/unit/test/
H A Dtest_tls_sni.py32 def check_cert(host, expect, ctx): argument
H A Dtest_static_chroot.py38 def get_custom(uri, host): argument
H A Dtest_variables.py153 def check_host(host, expect=None): argument
H A Dtest_routing.py44 def host(host_header, status): function
/unit/src/
H A Dnxt_clone.h16 nxt_cred_t host; member
H A Dnxt_http_request.c86 nxt_str_t host; in nxt_http_request_host() local
109 nxt_http_validate_host(nxt_str_t *host, nxt_mp_t *mp) in nxt_http_validate_host()
H A Dnxt_http.h145 nxt_str_t host; member
H A Dnxt_http_route.c44 nxt_conf_value_t *host; member
/unit/src/java/nginx/unit/websocket/
H A DWsWebSocketContainer.java220 String host = path.getHost(); in connectToServerRecursive() local
563 private static ByteBuffer createProxyRequest(String host, int port) { in createProxyRequest()
631 private static Map<String, List<String>> createRequestHeaders(String host, int port, in createRequestHeaders()
889 private SSLEngine createSSLEngine(Map<String,Object> userProperties, String host, int port) in createSSLEngine() argument
/unit/src/java/
H A Dnxt_jni_Request.c600 char *host, *colon; in nxt_java_Request_getServerName() local
628 char *host, *colon, tmp; in nxt_java_Request_getServerPort() local
/unit/src/java/nginx/unit/
H A DRequest.java470 String host = getHeader("Host"); in getRequestURL() local