Expand description

The basic WebSocket support for Tsukuyomi, powered by tungstenite.

Re-exports

pub use tungstenite::protocol::Message;
pub use tungstenite::protocol::WebSocketConfig;

Structs

The builder for constructing WebSocket response.

Enums

Functions

Create an Extractor that handles the WebSocket handshake process and returns a Ws.

Type Definitions

A transport for exchanging data frames with the peer.