Documentation
Dlang.org
sendWebSocketBinaryFrame
handy_http_websockets
frame
Undocumented in source. Be warned that the author may not have intended to support it.
void
sendWebSocketBinaryFrame
(
S
)
(
S
stream
,
ubyte
[]
bytes
)
if
(
isByteOutputStream
!
S
)
handy_http_websockets
frame
enums
WebSocketCloseStatusCode
WebSocketFrameOpcode
functions
receiveWebSocketFrame
sendWebSocketBinaryFrame
sendWebSocketCloseFrame
sendWebSocketFrame
sendWebSocketPingFrame
sendWebSocketPongFrame
sendWebSocketTextFrame
structs
WebSocketFrame