From 0615c6d65e03ba9cb5364169c9e74f4f2a91554b Mon Sep 17 00:00:00 2001 From: Sebastian Garrido Date: Sat, 14 Jan 2017 11:54:31 -0500 Subject: [PATCH] Re-export Mime --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index 42e1968..e3ac866 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -100,6 +100,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;