Liking cljdoc? Tell your friends :D

ring.util.parsing

Regular expressions for parsing HTTP.

For internal use.

Regular expressions for parsing HTTP.

For internal use.
raw docstring

find-content-type-charsetclj

(find-content-type-charset s)

Return the charset of a given a content-type string.

Return the charset of a given a content-type string.
raw docstring

re-charsetclj

Pattern for pulling the charset out of the content-type header

Pattern for pulling the charset out of the content-type header
raw docstring

re-quotedclj

HTTP quoted-string: <"> *<any TEXT except "> <">. See RFC2068.

HTTP quoted-string: <"> *<any TEXT except "> <">. See RFC2068.
raw docstring

re-tokenclj

HTTP token: 1*<any CHAR except CTLs or tspecials>. See RFC2068

HTTP token: 1*<any CHAR except CTLs or tspecials>. See RFC2068
raw docstring

re-valueclj

HTTP value: token | quoted-string. See RFC2109

HTTP value: token | quoted-string. See RFC2109
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close