Skip to content

Commit 1dd414e

Browse files
authored
feat: export legacy::ResponseFuture (#75)
1 parent 1427d1b commit 1dd414e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/legacy/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#[cfg(any(feature = "http1", feature = "http2"))]
22
mod client;
33
#[cfg(any(feature = "http1", feature = "http2"))]
4-
pub use client::{Builder, Client, Error};
4+
pub use client::{Builder, Client, Error, ResponseFuture};
55

66
pub mod connect;
77
#[doc(hidden)]

0 commit comments

Comments
 (0)