Skip to content

Commit 0c6765a

Browse files
authored
remove double definitions
1 parent 93ca958 commit 0c6765a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/headers/constants.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,6 @@ pub const EXPIRES: HeaderName = HeaderName::from_lowercase_str("expires");
9696
/// The `From` Header
9797
pub const FROM: HeaderName = HeaderName::from_lowercase_str("from");
9898

99-
/// The `Host` Header
100-
pub const HOST: HeaderName = HeaderName::from_lowercase_str("host");
101-
10299
/// The `If-Match` Header
103100
pub const IF_MATCH: HeaderName = HeaderName::from_lowercase_str("if-match");
104101

@@ -146,9 +143,6 @@ pub const TE: HeaderName = HeaderName::from_lowercase_str("te");
146143
/// The `Trailer` Header
147144
pub const TRAILER: HeaderName = HeaderName::from_lowercase_str("trailer");
148145

149-
/// The `Transfer-Encoding` Header
150-
pub const TRANSFER_ENCODING: HeaderName = HeaderName::from_lowercase_str("transfer-encoding");
151-
152146
/// The `Upgrade` Header
153147
pub const UPGRADE: HeaderName = HeaderName::from_lowercase_str("upgrade");
154148

0 commit comments

Comments
 (0)