vibe-d v0.9.8-alpha.3 (2023-10-20T08:14:46Z)
Home
Dub
Repo
connectWebSocketEx
index
vibe
http
websockets
Establishes a WebSocket connection at the specified endpoint.
WebSocket
connectWebSocketEx
(URL url, void delegate(scope HTTPClientRequest) @(safe) request_modifier, const(HTTPClientSettings) settings)
@
safe
@
safe
WebSocket
connectWebSocketEx
(
URL
url
,
scope
void
delegate
(
scope
HTTPClientRequest
)
@
safe
request_modifier
,
const
(
HTTPClientSettings
)
settings
=
defaultSettings
)
void
connectWebSocketEx
(URL url, void delegate(scope HTTPClientRequest) @(safe) request_modifier, WebSocketHandshakeDelegate del, const(HTTPClientSettings) settings)
Meta
Source
See Implementation
index
vibe
http
websockets
aliases
WebSocketHandshakeDelegate
classes
IncomingWebSocketMessage
OutgoingWebSocketMessage
WebSocket
WebSocketException
enums
FrameOpcode
WebSocketCloseReason
functions
closeReasonString
connectWebSocket
connectWebSocketEx
handleWebSocket
handleWebSockets
Establishes a WebSocket connection at the specified endpoint.