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 c734b79 commit 4fcfe1fCopy full SHA for 4fcfe1f
src/client/client.rs
@@ -59,6 +59,7 @@ impl Client<HttpConnector, Body> {
59
/// The default connector does **not** handle TLS. Speaking to `https`
60
/// destinations will require [configuring a connector that implements
61
/// TLS](https://hyper.rs/guides/client/configuration).
62
+ #[cfg_attr(docsrs, doc(cfg(feature = "tcp")))]
63
#[inline]
64
pub fn new() -> Client<HttpConnector, Body> {
65
Builder::default().build_http()
0 commit comments