Merge pull request #46 from sebasgarcep/master

Re-export Mime
This commit is contained in:
Sean McArthur
2017-02-02 11:29:49 -08:00
committed by GitHub

View File

@@ -110,6 +110,7 @@ extern crate url;
pub use hyper::client::IntoUrl; pub use hyper::client::IntoUrl;
pub use hyper::Error as HyperError; pub use hyper::Error as HyperError;
pub use hyper::header; pub use hyper::header;
pub use hyper::mime;
pub use hyper::method::Method; pub use hyper::method::Method;
pub use hyper::status::StatusCode; pub use hyper::status::StatusCode;
pub use hyper::version::HttpVersion; pub use hyper::version::HttpVersion;