Expand description
Arbiter Proxy: an async HTTP reverse proxy with a middleware chain architecture.
Requests flow through a configurable sequence of middleware before being forwarded to an upstream server. Configuration is loaded from TOML.
Modulesยง
- config
- Configuration for the arbiter proxy, loaded from TOML.
- middleware
- Middleware trait and built-in middleware implementations.
- proxy
- HTTP proxy handler: routes health checks and metrics, runs middleware, forwards to upstream, and records audit + metrics for each request.
- server
- Server bootstrap and graceful shutdown.