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 is a website building & hosting documentation for Clojure/Script libraries
× close