rama-ws 0.3.0

WebSocket (WS) support for rama
Documentation
1
2
3
4
5
6
7
//! Utilities to aid in the handshake phase of establishing a WebSocket connection.

pub mod client;
pub mod mitm;
pub mod server;

pub mod matcher;