Expand description
WebSocket types and abstractions for elif framework
These types provide a clean, framework-native API while using tokio-tungstenite for maximum performance under the hood.
Structs§
- Close
Frame - Close frame information
- Connection
Id - Unique identifier for WebSocket connections
- WebSocket
Config - WebSocket protocol configuration
Enums§
- Connection
State - Connection state tracking
- Message
Type - Message type for routing and handling
- WebSocket
Error - WebSocket errors - clean API over tungstenite errors
- WebSocket
Message - WebSocket message types - clean API over tungstenite
Type Aliases§
- WebSocket
Result - Result type for WebSocket operations