rama_net/http/
mod.rs

1//! http net support added as part of rama's net support
2//!
3//! See `rama-http` and `rama-http-backend` for most
4//! http support. In this module lives only the stuff
5//! directly connected to `rama-net` types.
6
7mod request_context;
8#[doc(inline)]
9pub use request_context::RequestContext;