Expand description
A WebSocket server implementation on hyper and websocket-lite.
Functions§
- server_
upgrade - Accepts a client’s WebSocket Upgrade request.
Type Aliases§
- Async
Client - Exposes a
Sink
and aStream
for sending and receiving WebSocket messages asynchronously. - Result
- Represents results returned by the non-async functions in this crate.