We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed3d790 commit fbdc1f0Copy full SHA for fbdc1f0
src/lib.rs
@@ -287,6 +287,10 @@ pub use self::error::{Error, Result};
287
pub use self::into_url::IntoUrl;
288
pub use self::response::ResponseBuilderExt;
289
290
+#[cfg(feature = "__rustls")]
291
+#[cfg_attr(docsrs, doc(cfg(feature = "rustls-tls")))]
292
+pub use hyper_rustls::ResolveServerName;
293
+
294
/// Shortcut method to quickly make a `GET` request.
295
///
296
/// See also the methods on the [`reqwest::Response`](./struct.Response.html)
0 commit comments