Skip to content

Commit b6a6e81

Browse files
committed
Re-export the http crate.
1 parent 957de43 commit b6a6e81

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

web-transport-quinn/src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,6 @@ pub const ALPN: &str = "h3";
5252

5353
/// Re-export the underlying QUIC implementation.
5454
pub use quinn;
55+
56+
/// Re-export the http crate because it's in the public API.
57+
pub use http;

0 commit comments

Comments
 (0)