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 cb0c863 commit d7b706aCopy full SHA for d7b706a
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