Module tungstenite::protocol [−][src]
Generic WebSocket message stream.
Modules
| frame |
Utilities to work with raw WebSocket frames. |
Structs
| CloseFrame |
A struct representing the close command. |
| WebSocket |
WebSocket input-output stream. |
| WebSocketConfig |
The configuration for WebSocket connection. |
Enums
| Message |
An enum representing the various forms of a WebSocket message. |
| Role |
Indicates a Client or Server role of the websocket |