CookieKey

Type Alias CookieKey 

Source
pub type CookieKey = String;
Expand description

Represents the key/name of an HTTP cookie.

Used to identify individual cookies in requests and responses.

Aliased Typeยง

pub struct CookieKey { /* private fields */ }