Expand description
The basic WebSocket support for Tsukuyomi, powered by tungstenite.
Re-exports§
pub use tungstenite::protocol::Message;pub use tungstenite::protocol::WebSocketConfig;
Structs§
- Ws
- A
Responderthat handles an WebSocket connection.
Type Aliases§
- WebSocket
Stream - A transport for exchanging data frames with the peer.