rama-http-types 0.2.0

rama http type defintions and high level utilities
Documentation
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;