Documentation
Dlang.org
WebSocketBinaryMessage
handy_httpd
components
websocket
handler
A binary websocket message.
struct
WebSocketBinaryMessage {
WebSocketConnection
conn
;
ubyte
[]
payload
;
}
handy_httpd
components
websocket
handler
classes
WebSocketConnection
WebSocketException
WebSocketHandler
WebSocketMessageHandler
structs
WebSocketBinaryMessage
WebSocketCloseMessage
WebSocketTextMessage
A binary websocket message.