vibe-d v0.9.8-alpha.3 (2023-10-20T08:14:46Z)
Home
Dub
Repo
handleWebSocket
index
vibe
http
websockets
Establishes a web socket conection and passes it to the
on_handshake
delegate.
void
handleWebSocket
(WebSocketHandshakeDelegate on_handshake, HTTPServerRequest req, HTTPServerResponse res)
@
safe
@
safe
void
handleWebSocket
(
scope
WebSocketHandshakeDelegate
on_handshake
,
scope
HTTPServerRequest
req
,
scope
HTTPServerResponse
res
)
void
handleWebSocket
(void delegate(scope WebSocket) @(system) nothrow on_handshake, HTTPServerRequest req, HTTPServerResponse res)
void
handleWebSocket
(void delegate(scope WebSocket) @(safe) on_handshake, HTTPServerRequest req, HTTPServerResponse res)
void
handleWebSocket
(void delegate(scope WebSocket) @(system) on_handshake, HTTPServerRequest req, HTTPServerResponse res)
Meta
Source
See Implementation
index
vibe
http
websockets
aliases
WebSocketHandshakeDelegate
classes
IncomingWebSocketMessage
OutgoingWebSocketMessage
WebSocket
WebSocketException
enums
FrameOpcode
WebSocketCloseReason
functions
closeReasonString
connectWebSocket
connectWebSocketEx
handleWebSocket
handleWebSockets
Establishes a web socket conection and passes it to the on_handshake delegate.