//! Rama HTTP server module,
//! which provides the [`HttpServer`] type to serve HTTP requests.
/// Result type of [`HttpServer::serve`].
pubtypeHttpServeResult=Result<(), rama_core::error::BoxError>;pubmodservice;pubuseservice::HttpServer;modcore_conn;pubmodlayer;