vibe-d v0.9.5-beta.1 (2022-05-13T15:16:55Z)
Home
Dub
Repo
handleWebSockets
index
vibe
http
websockets
Returns a HTTP request handler that establishes web socket conections.
HTTPServerRequestDelegateS
handleWebSockets
(void function(scope WebSocket) @(safe) nothrow on_handshake)
@
safe
@
safe
HTTPServerRequestDelegateS
handleWebSockets
(
void
function
(
scope
WebSocket
)
@
safe
nothrow
on_handshake
)
HTTPServerRequestDelegateS
handleWebSockets
(WebSocketHandshakeDelegate on_handshake)
HTTPServerRequestDelegateS
handleWebSockets
(void delegate(scope WebSocket) @(system) nothrow on_handshake)
HTTPServerRequestDelegateS
handleWebSockets
(void function(scope WebSocket) @(system) nothrow on_handshake)
HTTPServerRequestDelegateS
handleWebSockets
(void delegate(scope WebSocket) @(safe) on_handshake)
HTTPServerRequestDelegateS
handleWebSockets
(void function(scope WebSocket) @(safe) on_handshake)
HTTPServerRequestDelegateS
handleWebSockets
(void delegate(scope WebSocket) @(system) on_handshake)
HTTPServerRequestDelegateS
handleWebSockets
(void function(scope WebSocket) @(system) on_handshake)
Meta
Source
See Implementation
index
vibe
http
websockets
aliases
WebSocketHandshakeDelegate
classes
IncomingWebSocketMessage
OutgoingWebSocketMessage
WebSocket
WebSocketException
enums
FrameOpcode
WebSocketCloseReason
functions
closeReasonString
connectWebSocket
connectWebSocketEx
handleWebSocket
handleWebSockets
Returns a HTTP request handler that establishes web socket conections.