Searched defs:protocol (Results 1 – 12 of 12) sorted by last modified time
/unit/src/ |
H A D | nxt_application.h | 53 nxt_str_t protocol; member
|
H A D | nxt_conf_validation.c | 2578 nxt_conf_value_t *client_ip, *protocol; in nxt_conf_vldt_forwarded() local
|
H A D | nxt_http.h | 126 nxt_http_protocol_t protocol:8; /* 2 bits */ member 198 nxt_http_protocol_t protocol:8; /* 2 bits */ member 295 nxt_http_forward_header_t protocol; member
|
H A D | nxt_http_request.c | 348 nxt_http_forward_header_t *client_ip, *protocol; in nxt_http_request_forward() local 822 nxt_http_protocol_t protocol; in nxt_http_request_close_handler() local
|
H A D | nxt_h1proto.c | 340 const char *protocol; in nxt_http_conn_test() local
|
H A D | nxt_http_proxy.c | 14 uint8_t protocol; member
|
H A D | nxt_upstream.h | 64 uint8_t protocol; member
|
H A D | nxt_upstream_round_robin.c | 20 uint8_t protocol; member
|
H A D | nxt_socket.c | 16 nxt_uint_t protocol, nxt_uint_t flags) in nxt_socket_create()
|
/unit/src/nodejs/unit-http/ |
H A D | websocket_connection.js | 36 function WebSocketConnection(socket, extensions, protocol, maskOutgoingPackets, config) { argument
|
H A D | websocket_request.js | 159 requestedProtocolsFullCase.forEach(function(protocol) { argument
|
H A D | websocket_router.js | 63 WebSocketRouter.prototype.mount = function(path, protocol, callback) { argument 94 WebSocketRouter.prototype.unmount = function(path, protocol) { argument 104 WebSocketRouter.prototype.findHandlerIndex = function(pathString, protocol) { argument
|