diff --git a/core/lib/src/lib.rs b/core/lib/src/lib.rs index ceaaaef1..4b02764e 100644 --- a/core/lib/src/lib.rs +++ b/core/lib/src/lib.rs @@ -130,6 +130,11 @@ pub mod error; // Reexport of HTTP everything. pub mod http { + //! Types that map to concepts in HTTP. + //! + //! This module exports types that map to HTTP concepts or to the underlying + //! HTTP library when needed. + #[doc(inline)] pub use rocket_http::*; }