pub type CookieString<'a> = &'a str;
Represents the raw cookie string from an HTTP request header.
Contains the complete cookie header value as received from the client.