Module proxy

Module proxy 

Source
Expand description

Proxy module - HTTP request proxying with Pingora

This module implements the core HTTP reverse proxy functionality using Pingora’s ProxyHttp trait. It handles request forwarding, upstream connection management, and X-Forwarded header injection.

Re-exports§

pub use handler::WarpDriveProxy;

Modules§

handler
HTTP proxy handler implementation using Pingora