Regular expressions for parsing HTTP.
For internal use.
Type: var
Added: 1.8.1
Arguments:
[s]
Return the charset of a given a content-type string.
Type: var
Added: 1.6
Pattern for pulling the charset out of the content-type header
Type: var
Added: 1.3
HTTP quoted-string: <"> *<any TEXT except "> <">. See RFC2068.
Type: var
Added: 1.3
HTTP token: 1*<any CHAR except CTLs or tspecials>. See RFC2068
Type: var
Added: 1.3
HTTP value: token | quoted-string. See RFC2109
Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close