[−][src]Module tungstenite::server
Methods to accept an incoming WebSocket connection on a server.
Re-exports
pub use 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. |