Documentation
Dlang.org
WebSocketFrame
handy_http_websockets
frame
Internal intermediary structure used to hold the results of parsing a websocket frame.
struct
WebSocketFrame {
bool
finalFragment
;
WebSocketFrameOpcode
opcode
;
ubyte
[]
payload
;
}
Members
Variables
finalFragment
bool
finalFragment
;
Undocumented in source.
opcode
WebSocketFrameOpcode
opcode
;
Undocumented in source.
payload
ubyte
[]
payload
;
Undocumented in source.
handy_http_websockets
frame
enums
WebSocketCloseStatusCode
WebSocketFrameOpcode
functions
receiveWebSocketFrame
sendWebSocketBinaryFrame
sendWebSocketCloseFrame
sendWebSocketFrame
sendWebSocketPingFrame
sendWebSocketPongFrame
sendWebSocketTextFrame
structs
WebSocketFrame
Internal intermediary structure used to hold the results of parsing a websocket frame.