Crate hydra_websockets

Crate hydra_websockets 

Source

Structs§

WebsocketCommands
A command buffer returned from a websocket callback.
WebsocketServer
A Process that listens for websocket connections and spawns WebsocketHandler’s to read/write to them.
WebsocketServerConfig
A set of configuration options for the websocket server.

Enums§

CloseCode
Status code used to indicate why an endpoint is closing the WebSocket connection.
WebsocketMessage
An enum representing the various forms of a WebSocket message.

Traits§

WebsocketHandler
A process that handles websocket messages.

Type Aliases§

WebsocketRequest
Server request type.
WebsocketResponse
Server response type.