Module tungstenite::server [−][src]
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. |