blitz-ws 0.1.0

Minimal stream-based WebSocket library
Documentation
1
2
3
4
5
6
7
8
9
//! Handshake module

pub mod client;
pub mod core;
pub mod headers;
pub mod machine;
pub mod server;

pub use core::HandshakeError;