Expand description
Methods to accept an incoming WebSocket connection on a server.
Re-exports§
pub use crate::handshake::server::ServerHandshake;
Functions§
- accept
- Accept the given Stream as a WebSocket.
- accept_
hdr - Accept the given Stream as a WebSocket.
- accept_
hdr_ with_ config - Accept the given Stream as a WebSocket.
- accept_
with_ config - Accept the given Stream as a WebSocket.