vibe-d v0.8.1 (2017-08-29T22:03:39Z)
Home
Dub
Repo
handleWebSockets
index
vibe
http
websockets
Scheduled for deprecation - use a
@safe
callback instead.
HTTPServerRequestDelegateS
handleWebSockets
(void function(scope WebSocket) @(safe) on_handshake)
HTTPServerRequestDelegateS
handleWebSockets
(WebSocketHandshakeDelegate on_handshake)
HTTPServerRequestDelegateS
handleWebSockets
(void delegate(scope WebSocket) @(system) on_handshake)
@
safe
@
system
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
functions
connectWebSocket
handleWebSocket
handleWebSockets
Scheduled for deprecation - use a @safe callback instead.