tiny-proxy 0.4.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
mod address;
mod models;
mod parser;

pub use address::{extract_hostname, resolve_listen_addr, tls_redirect_port};
pub use models::{Config, Directive, SiteConfig, TlsConfig};