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 c28473d commit 96d54b1Copy full SHA for 96d54b1
src/server/conn/mod.rs
@@ -8,7 +8,7 @@
8
//! This module is split by HTTP version, providing a connection builder for
9
//! each. They work similarly, but they each have specific options.
10
//!
11
-//! If your server needs to support both versions, an auto connection builder is
+//! If your server needs to support both versions, an auto-connection builder is
12
//! provided in the [`hyper-util`](https://github.com/hyperium/hyper-util/tree/master)
13
//! crate. This builder wraps the HTTP/1 and HTTP/2 connection builders from this
14
//! module, allowing you to set configuration for both. The builder will then check
0 commit comments