pub type CookieKey<'a> = &'a str;
Represents the key/name of an HTTP cookie.
Used to identify individual cookies in requests and responses.