CookieValue

Type Alias CookieValue 

Source
pub type CookieValue = String;
Expand description

Represents the value/content of an HTTP cookie.

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

Aliased Typeยง

pub struct CookieValue { /* private fields */ }