Type Alias CookieString

Source
pub type CookieString = String;
Expand description

The raw cookie string from the HTTP request header.

Aliased Typeยง

pub struct CookieString { /* private fields */ }