http-types 2.12.0

Common types for HTTP operations.
Documentation
1
2
3
4
5
6
//! HTTP Server Context headers.

pub mod allow;

#[doc(inline)]
pub use allow::Allow;