pub type CookieString = String;
Represents the raw cookie string from an HTTP request header.
Contains the complete cookie header value as received from the client.
pub struct CookieString { /* private fields */ }