mirror of https://github.com/rwf2/Rocket.git
Add a module-level docstring to 'http'.
This commit is contained in:
parent
b642e94a2c
commit
01a5011b61
|
@ -130,6 +130,11 @@ pub mod error;
|
||||||
|
|
||||||
// Reexport of HTTP everything.
|
// Reexport of HTTP everything.
|
||||||
pub mod http {
|
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)]
|
#[doc(inline)]
|
||||||
pub use rocket_http::*;
|
pub use rocket_http::*;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue