//! HTTP module provides the HTTP-related functions and structures
//! for this application.
//!//! # Submodules
//!//! - `health` — module that provides the health check endpoint.
//! - `web` — module that provides the web server over HTTP.
pubmodhealth;pubmodweb;