Home
last modified time | relevance | path

Searched refs:ws_handshake (Results 1 – 7 of 7) sorted by relevance

/dports/net/haproxy/haproxy-2.4.10/reg-tests/http-messaging/
H A Dwebsocket.vtc59 acl ws_handshake hdr(sec-websocket-key) -m found
60 http-request reject unless ws_handshake
82 acl ws_handshake hdr(sec-websocket-key) -m found
83 http-request reject unless ws_handshake
H A Dsrv_ws.vtc28 acl ws_handshake hdr(upgrade) -m str websocket
31 http-request return status 200 if !ws_handshake
35 … "%[capture.req.hdr(0),concat(258EAFA5-E914-47DA-95CA-C5AB0DC85B11,,),sha1,base64]" if ws_handshake
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/sofia-sip/libsofia-sip-ua/tport/
H A Dws.c251 int ws_handshake(wsh_t *wsh) in ws_handshake() function
610 int r = ws_handshake(wsh); in establish_logical_layer()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_verto/
H A Dws.c251 int ws_handshake(wsh_t *wsh) in ws_handshake() function
616 int r = ws_handshake(wsh); in establish_logical_layer()
/dports/net/sofia-sip/sofia-sip-1.13.4/libsofia-sip-ua/tport/
H A Dws.c251 int ws_handshake(wsh_t *wsh) in ws_handshake() function
670 int r = ws_handshake(wsh); in establish_logical_layer()
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/gun/src/
H A Dgun_http.erl209 ws_handshake(Rest2, State, RealStreamRef, Headers, WsKey, WsExtensions, WsOpts);
600 ws_handshake(Buffer, State, StreamRef, Headers, Key, GunExtensions, Opts) -> function
/dports/sysutils/nomad/nomad-1.1.0/website/content/api-docs/
H A Dallocations.mdx745 - `ws_handshake` `(bool: false)` - Specifies whether to expect the authentication
751 When `?ws_handshake=true`, the first request frame must contain the authentication token.