Re-export Mime

This commit is contained in:
Sebastian Garrido
2017-01-14 11:54:31 -05:00
committed by GitHub
parent 68c57f62b6
commit 0615c6d65e

View File

@@ -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;