Expand description
HTTP proxy handler: routes health checks and metrics, runs middleware, forwards to upstream, and records audit + metrics for each request.
Structs§
- Proxy
State - Shared state for the proxy handler.
Functions§
- build_
audit - Build an
AuditSinkandRedactionConfigfrom the proxy’s audit config. - handle_
request - Handle an incoming request: health check, metrics, middleware, then proxy upstream.