export hyper::Error for use in custom types implementing Header

This commit is contained in:
Saghm Rossi
2017-01-02 16:12:20 -05:00
parent 17c577737c
commit b058a5d235

View File

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