pub(crate) fn is_wsp(char: u8) -> bool
Does the provided byte match the “WSP” ABNF production from Section 3?
The common ABNF production WSP is congruent with “blank”; a new production W is used for “whitespace”