Skip to main content

token

Function token 

Source
pub fn token(bytes: &[u8]) -> Option<&str>
Expand description

One RFC 9110 §5.6.2 token, if bytes are one.

One or more tchar and nothing else. Case is kept, since a token is case-sensitive unless the rule that uses it says otherwise.