Expand description
This crate provides utilities for parsing Link
headers. See the complete::link method
for more info
Modulesยง
Functionsยง
- is_
qdtext QDTEXT = HTAB / SP / %x21 / %x23-5B / %x5D-7E / obs-text
- is_
quoted_ ๐pair - Only implements the
( HTAB / SP / VCHAR / obs-text )
component of QUOTED-PAIR - is_
tchar - Token character
- optional_
parser ๐ - If the condition is true, this parser only returns
Some
orNone