//! Interprets typed HTTP programs as a surface that answers requests itself.
//!
//! This interpretation implements the specification rather than delegating to a framework: it
//! matches a request against the paths a program states, binds what those paths capture, reads each
//! argument from the role it was declared under, applies the operation, and renders the answer,
//! including the failures routing itself produces. It carries no transport and no runtime, so
//! whatever moves bytes decides how a request arrives.
//!
//! Because it answers with values rather than with a framework's types, it is the reference another
//! interpretation can be held to.
// A request and an answer are stated by `alux-http-parts`, which names no interpretation.
pub use ;
pub use *;
pub use *;
pub use *;
pub use *;