remove all public mention of HttpVersion

Closes #123
This commit is contained in:
Sean McArthur
2017-06-01 17:02:59 -07:00
parent e176dcebca
commit 7fc47fb908
2 changed files with 0 additions and 17 deletions

View File

@@ -152,7 +152,6 @@ pub use hyper::header;
pub use hyper::mime;
pub use hyper::method::Method;
pub use hyper::status::StatusCode;
pub use hyper::version::HttpVersion;
pub use hyper::Url;
pub use url::ParseError as UrlError;