Constant COOKIE
pub const COOKIE: HeaderName;
Available on crate feature
dep_ureq
only.Expand description
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.