http_types/server/
mod.rs

1//! HTTP Server Context headers.
2
3pub mod allow;
4
5#[doc(inline)]
6pub use allow::Allow;