Skip to main content

eggress_protocol_http/connect/
mod.rs

1pub mod client;
2pub mod server;
3
4#[cfg(test)]
5pub(crate) mod test_server;
6
7pub use client::{http_connect, validate_credentials, HttpConnectLimits};
8pub use server::{handle_connect, ConnectRequest};