1 2 3 4 5 6 7
//! High level pertaining to the HTTP message protocol. //! //! For low-level proto details you can refer to the `proto` module //! in the `rama-http-core` crate. pub mod h1; pub mod h2;