CookieString

Type Alias CookieString 

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

Represents the raw cookie string from an HTTP request header.

Contains the complete cookie header value as received from the client.