Module tungstenite::server

source ·
Expand description

Methods to accept an incoming WebSocket connection on a server.

Re-exports

pub use handshake::server::ServerHandshake;

Functions

Accept the given Stream as a WebSocket.
Accept the given Stream as a WebSocket.
Accept the given Stream as a WebSocket.
Accept the given Stream as a WebSocket.