Documentation
Dlang.org
WebSocketFrame
handy_httpd
components
websocket
frame
Internal intermediary structure used to hold the results of parsing a websocket frame.
struct
WebSocketFrame {
bool
finalFragment
;
WebSocketFrameOpcode
opcode
;
ubyte
[]
payload
;
}
handy_httpd
components
websocket
frame
enums
WebSocketCloseStatusCode
WebSocketFrameOpcode
functions
receiveWebSocketFrame
sendWebSocketFrame
structs
WebSocketFrame
Internal intermediary structure used to hold the results of parsing a websocket frame.