CookieValue

Type Alias CookieValue 

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

Represents the value/content of an HTTP cookie.

Stores the actual data associated with a cookie name/key.