mirror of https://github.com/rwf2/Rocket.git
Make 'http' public.
This commit is contained in:
parent
c4b817ae0b
commit
e30e4e6c7f
|
@ -70,7 +70,7 @@ extern crate toml;
|
|||
#[cfg(test)] #[macro_use] extern crate lazy_static;
|
||||
|
||||
#[doc(hidden)] #[macro_use] pub mod logger;
|
||||
#[doc(hidden)] pub mod http;
|
||||
pub mod http;
|
||||
pub mod request;
|
||||
pub mod response;
|
||||
pub mod outcome;
|
||||
|
|
Loading…
Reference in New Issue