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 957de43 commit b6a6e81Copy full SHA for b6a6e81
web-transport-quinn/src/lib.rs
@@ -52,3 +52,6 @@ pub const ALPN: &str = "h3";
52
53
/// Re-export the underlying QUIC implementation.
54
pub use quinn;
55
+
56
+/// Re-export the http crate because it's in the public API.
57
+pub use http;
0 commit comments