eggress-protocol-http 1.0.3

HTTP/1.1 CONNECT protocol for eggress proxy
Documentation
1
2
3
4
5
6
7
8
pub mod client;
pub mod server;

#[cfg(test)]
pub(crate) mod test_server;

pub use client::{http_connect, validate_credentials, HttpConnectLimits};
pub use server::{handle_connect, ConnectRequest};