pub fn fws(input: &[u8]) -> IResult<&[u8], u8>Expand description
Permissive foldable white space
Folding white space are used for long headers splitted on multiple lines. The obsolete syntax allowes multiple lines without content; implemented for compatibility reasons