Documentation
Dlang.org
sendWebSocketFrame
handy_httpd
components
websocket
frame
Sends a websocket frame to a byte output stream.
void
sendWebSocketFrame
(
S
)
(
S
stream
,
WebSocketFrame
frame
)
if
(
isByteOutputStream
!
S
)
Parameters
stream
S
The stream to write to.
frame
WebSocketFrame
The frame to write.
handy_httpd
components
websocket
frame
enums
WebSocketCloseStatusCode
WebSocketFrameOpcode
functions
receiveWebSocketFrame
sendWebSocketFrame
structs
WebSocketFrame
Sends a websocket frame to a byte output stream.