File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -96,9 +96,6 @@ pub const EXPIRES: HeaderName = HeaderName::from_lowercase_str("expires");
96
96
/// The `From` Header
97
97
pub const FROM : HeaderName = HeaderName :: from_lowercase_str ( "from" ) ;
98
98
99
- /// The `Host` Header
100
- pub const HOST : HeaderName = HeaderName :: from_lowercase_str ( "host" ) ;
101
-
102
99
/// The `If-Match` Header
103
100
pub const IF_MATCH : HeaderName = HeaderName :: from_lowercase_str ( "if-match" ) ;
104
101
@@ -146,9 +143,6 @@ pub const TE: HeaderName = HeaderName::from_lowercase_str("te");
146
143
/// The `Trailer` Header
147
144
pub const TRAILER : HeaderName = HeaderName :: from_lowercase_str ( "trailer" ) ;
148
145
149
- /// The `Transfer-Encoding` Header
150
- pub const TRANSFER_ENCODING : HeaderName = HeaderName :: from_lowercase_str ( "transfer-encoding" ) ;
151
-
152
146
/// The `Upgrade` Header
153
147
pub const UPGRADE : HeaderName = HeaderName :: from_lowercase_str ( "upgrade" ) ;
154
148
You can’t perform that action at this time.
0 commit comments