handy_http_websockets

Undocumented in source.

Modules

components
module handy_http_websockets.components
Undocumented in source.
connection
module handy_http_websockets.connection
Undocumented in source.
frame
module handy_http_websockets.frame

Defines low-level structs and functions for dealing with WebSocket data frame protocol. Usually, you won't need to use these functions and structs directly, since abstractions are provided by the websocket connection and message structs.

handler
module handy_http_websockets.handler
Undocumented in source.

Public Imports

handy_http_websockets.components
public import handy_http_websockets.components;
Undocumented in source.
handy_http_websockets.connection
public import handy_http_websockets.connection;
Undocumented in source.
handy_http_websockets.handler
public import handy_http_websockets.handler;
Undocumented in source.

Members

Imports

WebSocketCloseStatusCode (from handy_http_websockets.frame)
public import handy_http_websockets.frame : WebSocketCloseStatusCode;
Undocumented in source.