Export Upgraded type. (#1618)

This commit is contained in:
Luqman Aden
2022-09-07 16:37:21 -07:00
committed by GitHub
parent 61474f422c
commit 6ceb23958c
2 changed files with 2 additions and 1 deletions

View File

@@ -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")]