Skip to content

Commit fbdc1f0

Browse files
committed
Added pub use for ResolveServerName
1 parent ed3d790 commit fbdc1f0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/lib.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,10 @@ pub use self::error::{Error, Result};
287287
pub use self::into_url::IntoUrl;
288288
pub use self::response::ResponseBuilderExt;
289289

290+
#[cfg(feature = "__rustls")]
291+
#[cfg_attr(docsrs, doc(cfg(feature = "rustls-tls")))]
292+
pub use hyper_rustls::ResolveServerName;
293+
290294
/// Shortcut method to quickly make a `GET` request.
291295
///
292296
/// See also the methods on the [`reqwest::Response`](./struct.Response.html)

0 commit comments

Comments
 (0)