Structsยง
- WsConn
- WebSocket message connection.
- WsLayer
- WebSocket layer. Upgrades a byte stream to a WsConn.
- WsReader
- Read half of a WebSocket connection.
- WsWriter
- Write half of a WebSocket connection.
Enumsยง
- Message
- WebSocket message types. Wraps the underlying WS protocol message kinds without exposing the third-party library.
Functionsยง
Type Aliasesยง
- WsInner ๐