vibe-d v0.9.8-alpha.3 (2023-10-20T08:14:46Z)
Home
Dub
Repo
handleWebSockets
index
vibe
http
websockets
Scheduled for deprecation - use a
nothrow
callback instead.
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)
@
safe
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
Scheduled for deprecation - use a nothrow callback instead.