Expand description
HTTP proxy handler implementation using Pingora
This module provides the core ProxyHttp implementation for WarpDrive, handling:
- Upstream peer selection (forwarding to target server)
- Request/response filtering via middleware chain
- Error handling (502 Bad Gateway responses)
Structsยง
- Warp
Drive Proxy - WarpDrive HTTP proxy handler