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 f0117db commit 475dd1aCopy full SHA for 475dd1a
src/server/conn/auto.rs
@@ -26,6 +26,7 @@ type Result<T> = std::result::Result<T, Box<dyn std::error::Error + Send + Sync>
26
const H2_PREFACE: &[u8] = b"PRI * HTTP/2.0\r\n\r\nSM\r\n\r\n";
27
28
/// Http1 or Http2 connection builder.
29
+#[derive(Clone, Debug)]
30
pub struct Builder<E> {
31
http1: http1::Builder,
32
http2: http2::Builder<E>,
0 commit comments