//! HTTP service layer for the API server.
//!
//! Groups the gateway, proxy, middleware, static-content, and server-lifecycle
//! services that the binary wires together. Re-exports the health-check surface
//! ([`HealthChecker`], [`HealthSummary`], [`ModuleHealth`], [`ProcessMonitor`])
//! used by readiness probes.
pub use ;