pub fn parse_with(set_cookie: &str, decode_values: bool) -> Option<Cookie>Expand description
Parse a single Set-Cookie header value, controlling whether the cookie value is
URI-decoded (decodeURIComponent). On a decode error the raw value is kept.