CookieKey

Type Alias CookieKey 

Source
pub type CookieKey<'a> = &'a str;
Expand description

Represents the key/name of an HTTP cookie.

Used to identify individual cookies in requests and responses.