Skip to content

Commit 908aaa2

Browse files
committed
add proxy-connection header
1 parent 066dec9 commit 908aaa2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/headers/constants.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,9 @@ pub const PROXY_AUTHENTICATE: HeaderName = HeaderName::from_lowercase_str("proxy
135135
/// The `Proxy-Authorization` Header
136136
pub const PROXY_AUTHORIZATION: HeaderName = HeaderName::from_lowercase_str("proxy-authorization");
137137

138+
/// The `Proxy-Connection` Header
139+
pub const PROXY_CONNECTION: HeaderName = HeaderName::from_lowercase_str("proxy-connection");
140+
138141
/// The `Referer` Header
139142
pub const REFERER: HeaderName = HeaderName::from_lowercase_str("referer");
140143

0 commit comments

Comments
 (0)