Merge feat/proxy/headers-and-forwarding into main

This commit is contained in:
2026-06-11 13:24:40 +00:00
6 changed files with 435 additions and 163 deletions

View File

@@ -4,6 +4,7 @@ pub mod handler;
pub mod headers;
pub use crate::config::dynamic_config::normalize_host;
pub use handler::{create_http_client, create_https_client, proxy_router, ProxyState};
use std::sync::Arc;