Documentation
Dlang.org
WebSocketCloseMessage
handy_httpd
components
websocket
handler
A "close" control websocket message indicating the client is closing the connection.
struct
WebSocketCloseMessage {
WebSocketConnection
conn
;
ushort
statusCode
;
string
message
;
}
handy_httpd
components
websocket
handler
classes
WebSocketConnection
WebSocketException
WebSocketHandler
WebSocketMessageHandler
structs
WebSocketBinaryMessage
WebSocketCloseMessage
WebSocketTextMessage
A "close" control websocket message indicating the client is closing the connection.