Crate hyper_websocket_lite

Source
Expand description

A WebSocket server implementation on hyper and websocket-lite.

Functions§

server_upgrade
Accepts a client’s WebSocket Upgrade request.

Type Aliases§

AsyncClient
Exposes a Sink and a Stream for sending and receiving WebSocket messages asynchronously.
Result
Represents results returned by the non-async functions in this crate.