vibe-d v0.9.8-alpha.3 (2023-10-20T08:14:46Z)
Home
Dub
Repo
handleWebSocket
index
vibe
http
websockets
Scheduled for deprecation - use a
nothrow
callback instead.
void
handleWebSocket
(WebSocketHandshakeDelegate on_handshake, HTTPServerRequest req, 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)
@
safe
@
system
void
handleWebSocket
(
scope
void
delegate
(
scope
WebSocket
)
@
system
on_handshake
,
scope
HTTPServerRequest
req
,
scope
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
Scheduled for deprecation - use a nothrow callback instead.