ring.util.parsing
Regular expressions for parsing HTTP.
For internal use.
re-charset
Pattern for pulling the charset out of the content-type header
re-quoted
HTTP quoted-string: <"> *<any TEXT except "> <">. See RFC2068.
re-token
HTTP token: 1*<any CHAR except CTLs or tspecials>. See RFC2068
re-value
HTTP value: token | quoted-string. See RFC2109