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 b10d070 commit 7cd48f4Copy full SHA for 7cd48f4
src/transport.rs
@@ -426,4 +426,5 @@ type DefaultTransport = ReqwestHttpTransport;
426
type DefaultTransport = CurlHttpTransport;
427
428
/// The default http transport.
429
+#[cfg(any(feature = "with_reqwest_transport", feature = "with_curl_transport"))]
430
pub type HttpTransport = DefaultTransport;
0 commit comments