Home
last modified time | relevance | path

Searched defs:accept (Results 1 – 6 of 6) sorted by relevance

/unit/src/nodejs/unit-http/
H A Dwebsocket_router_request.js43 WebSocketRouterRequest.prototype.accept = function(origin, cookies) { method in WebSocketRouterRequest
H A Dwebsocket_request.js248 WebSocketRequest.prototype.accept = function(acceptedProtocol, allowedOrigin, cookies) { method in WebSocketRequest
/unit/pkg/docker/
H A Dwelcome.json12 "accept": "*text/html*" string
/unit/src/
H A Dnxt_websocket_accept.c54 nxt_websocket_accept(u_char *accept, const void *key) in nxt_websocket_accept()
H A Dnxt_conn.h42 nxt_work_handler_t accept; member
106 nxt_work_handler_t accept; member
/unit/test/unit/applications/
H A Dwebsockets.py29 def accept(self, key): member in ApplicationWebsocket