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.
2 parents 2d8e00b + a919db0 commit c2f0819Copy full SHA for c2f0819
src/headers/constants.rs
@@ -18,6 +18,9 @@ pub const TRANSFER_ENCODING: HeaderName = HeaderName::from_lowercase_str("transf
18
/// The `Date` Header
19
pub const DATE: HeaderName = HeaderName::from_lowercase_str("date");
20
21
+/// The `Host` Header
22
+pub const HOST: HeaderName = HeaderName::from_lowercase_str("host");
23
+
24
/// The `Origin` Header
25
pub const ORIGIN: HeaderName = HeaderName::from_lowercase_str("origin");
26
0 commit comments