[][src]Crate hyper_websocket_lite

A WebSocket server implementation on hyper and websocket-lite.

Functions

server_upgrade

Accepts a client's WebSocket Upgrade request.

Type Definitions

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.