webchaussette 1.3.3

Fast, powerful, and easy-to-set-up WebSocket library
Documentation
1
2
3
4
5
6
7
8
mod frame;
mod handshake;
mod http_types;
pub mod server;
mod utils;
mod websocket_types;
pub use http_types::HttpStatus;
pub use websocket_types::RequestStruct;