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 066dec9 commit 908aaa2Copy full SHA for 908aaa2
src/headers/constants.rs
@@ -135,6 +135,9 @@ pub const PROXY_AUTHENTICATE: HeaderName = HeaderName::from_lowercase_str("proxy
135
/// The `Proxy-Authorization` Header
136
pub const PROXY_AUTHORIZATION: HeaderName = HeaderName::from_lowercase_str("proxy-authorization");
137
138
+/// The `Proxy-Connection` Header
139
+pub const PROXY_CONNECTION: HeaderName = HeaderName::from_lowercase_str("proxy-connection");
140
+
141
/// The `Referer` Header
142
pub const REFERER: HeaderName = HeaderName::from_lowercase_str("referer");
143
0 commit comments