Structs§
- Websocket
Commands - A command buffer returned from a websocket callback.
- Websocket
Server - A Process that listens for websocket connections and spawns WebsocketHandler’s to read/write to them.
- Websocket
Server Config - A set of configuration options for the websocket server.
Enums§
- Close
Code - Status code used to indicate why an endpoint is closing the WebSocket connection.
- Websocket
Message - An enum representing the various forms of a WebSocket message.
Traits§
- Websocket
Handler - A process that handles websocket messages.
Type Aliases§
- Websocket
Request - Server request type.
- Websocket
Response - Server response type.