pub type CookieKey = String;
Represents the key/name of an HTTP cookie.
Used to identify individual cookies in requests and responses.
pub struct CookieKey { /* private fields */ }