CookieString

Type Alias CookieString 

Source
pub type CookieString = String;
Expand description

Represents the raw cookie string from an HTTP request header.

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

Aliased Typeยง

pub struct CookieString { /* private fields */ }