vibe-d v0.8.1 (2017-08-29T22:03:39Z)
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) on_handshake, HTTPServerRequest req, HTTPServerResponse res)
Meta
Source
See Implementation
index
vibe
http
websockets
aliases
WebSocketHandshakeDelegate
classes
IncomingWebSocketMessage
OutgoingWebSocketMessage
WebSocket
WebSocketException
functions
connectWebSocket
handleWebSocket
handleWebSockets
Establishes a web socket conection and passes it to the on_handshake delegate.