Add support for getting HTTP version of a response

This commit is contained in:
Yash Srivastav
2018-07-06 22:30:30 -04:00
committed by Sean McArthur
parent a52520941f
commit 12cfbafc28
3 changed files with 18 additions and 3 deletions

View File

@@ -152,7 +152,7 @@ extern crate uuid;
pub use hyper::header;
pub use hyper::Method;
pub use hyper::StatusCode;
pub use hyper::{StatusCode, Version};
pub use url::Url;
pub use url::ParseError as UrlError;