vibe-d v0.8.1 (2017-08-29T22:03:39Z)
Home
Dub
Repo
connectWebSocket
index
vibe
http
websockets
Returns a WebSocket client object that is connected to the specified host.
WebSocket
connectWebSocket
(URL url, const(HTTPClientSettings) settings)
@
safe
@
safe
WebSocket
connectWebSocket
(
URL
url
,
const
(
HTTPClientSettings
)
settings
=
defaultSettings
)
void
connectWebSocket
(URL url, WebSocketHandshakeDelegate del, const(HTTPClientSettings) settings)
void
connectWebSocket
(URL url, void delegate(scope WebSocket) @(system) del, const(HTTPClientSettings) settings)
Meta
Source
See Implementation
index
vibe
http
websockets
aliases
WebSocketHandshakeDelegate
classes
IncomingWebSocketMessage
OutgoingWebSocketMessage
WebSocket
WebSocketException
functions
connectWebSocket
handleWebSocket
handleWebSockets
Returns a WebSocket client object that is connected to the specified host.