Function cookie::parse::parse_cookie

source ยท
pub(crate) fn parse_cookie<'c, S>(
    cow: S,
    decode: bool,
) -> Result<Cookie<'c>, ParseError>
where S: Into<Cow<'c, str>>,