pub fn parse_cookies<'a>( src: &'a str, ) -> impl Iterator<Item = Result<Cookie<'a>, ParseError>> + 'a