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