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 1427d1b commit 1dd414eCopy full SHA for 1dd414e
src/client/legacy/mod.rs
@@ -1,7 +1,7 @@
1
#[cfg(any(feature = "http1", feature = "http2"))]
2
mod client;
3
4
-pub use client::{Builder, Client, Error};
+pub use client::{Builder, Client, Error, ResponseFuture};
5
6
pub mod connect;
7
#[doc(hidden)]
0 commit comments