pub fn all_iter_raw(cookie_string: &str) -> impl Iterator<Item = (&str, &str)>
Expand description

Returns all cookies as key-value pairs, with undecoded keys and values.