pub type CookieValue<'a> = &'a str;
Represents the value/content of an HTTP cookie.
Stores the actual data associated with a cookie name/key.