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 b162385 + d7b706a commit 4e9c81aCopy full SHA for 4e9c81a
src/headers/constants.rs
@@ -14,3 +14,6 @@ pub const SET_COOKIE: HeaderName = HeaderName::from_lowercase_str("set-cookie");
14
15
/// The `Transfer-Encoding` Header
16
pub const TRANSFER_ENCODING: HeaderName = HeaderName::from_lowercase_str("transfer-encoding");
17
+
18
+/// The `Date` Header
19
+pub const DATE: HeaderName = HeaderName::from_lowercase_str("date");
0 commit comments