tiny-proxy 0.3.0

A high-performance HTTP reverse proxy server written in Rust with SSE support, connection pooling, and configurable routing
Documentation
1
2
3
4
5
6
7
8
mod directives;
pub mod handler;
#[allow(clippy::module_inception)]
mod proxy;
mod types;

pub use proxy::Proxy;
pub use types::ActionResult;