pub fn token(bytes: &[u8]) -> Option<&str>
One RFC 9110 §5.6.2 token, if bytes are one.
token
bytes
One or more tchar and nothing else. Case is kept, since a token is case-sensitive unless the rule that uses it says otherwise.
tchar