diff --git a/src/lib.rs b/src/lib.rs index ea17d25..89a5bcb 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -110,6 +110,7 @@ extern crate url; pub use hyper::client::IntoUrl; pub use hyper::Error as HyperError; pub use hyper::header; +pub use hyper::mime; pub use hyper::method::Method; pub use hyper::status::StatusCode; pub use hyper::version::HttpVersion;