//! A lightweight, single-threaded HTTP API framework for Rust.
//!//! Attach typed handlers to routes and carry application state through a generic context `C`.
//! Import all public types at once with [`prelude`].
modbody;modhttp_error;modmiddleware;pubmodprelude;modrequest;modresponse;modroute;modserver;