//! 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.
pubmodconfig;pubmodmiddleware;pubmodproxy;pubmodserver;