Skip to content

Commit

Permalink
Export Upgraded type. (#1618)
Browse files Browse the repository at this point in the history
  • Loading branch information
luqmana committed Sep 7, 2022
1 parent 61474f4 commit 6ceb239
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/async_impl/mod.rs
Expand Up @@ -2,6 +2,7 @@ pub use self::body::Body;
pub use self::client::{Client, ClientBuilder};
pub use self::request::{Request, RequestBuilder};
pub use self::response::Response;
pub use self::upgrade::Upgraded;

#[cfg(feature = "blocking")]
pub(crate) use self::decoder::Decoder;
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Expand Up @@ -293,7 +293,7 @@ if_hyper! {
doctest!("../README.md");

pub use self::async_impl::{
Body, Client, ClientBuilder, Request, RequestBuilder, Response,
Body, Client, ClientBuilder, Request, RequestBuilder, Response, Upgraded,
};
pub use self::proxy::Proxy;
#[cfg(feature = "__tls")]
Expand Down

0 comments on commit 6ceb239

Please sign in to comment.