pub(crate) fn opt_cfws(input: &[u8]) -> ParsedItem<'_, ()>Available on crate feature
parsing only.Expand description
Optional cfws rule. This is equivalent to opt(cfws), but is better optimized for the common
case where no cfws is present.