Constant http::header::COOKIE [−][src]
pub const COOKIE: HeaderName=
HeaderName{inner: Repr::Standard(StandardHeader::Cookie),}
Contains stored HTTP cookies previously sent by the server with the Set-Cookie header.
The Cookie header might be omitted entirely, if the privacy setting of the browser are set to block them, for example.