Regular expressions for parsing HTTP.
For internal use.
Regular expressions for parsing HTTP. For internal use.
Pattern for pulling the charset out of the content-type header
Pattern for pulling the charset out of the content-type header
HTTP quoted-string: <"> *<any TEXT except "> <">. See RFC2068.
HTTP quoted-string: <"> *<any TEXT except "> <">. See RFC2068.
HTTP token: 1*<any CHAR except CTLs or tspecials>. See RFC2068
HTTP token: 1*<any CHAR except CTLs or tspecials>. See RFC2068
HTTP value: token | quoted-string. See RFC2109
HTTP value: token | quoted-string. See RFC2109
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |