Liking cljdoc? Tell your friends :D

ring.util.parsing

Regular expressions for parsing HTTP.

For internal use.

find-content-type-charset

Type: var

Added: 1.8.1

Arguments:

[s]
Return the charset of a given a content-type string.

View source

re-charset

Type: var

Added: 1.6

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

View source

re-quoted

Type: var

Added: 1.3

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

View source

re-token

Type: var

Added: 1.3

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

View source

re-value

Type: var

Added: 1.3

HTTP value: token | quoted-string. See RFC2109

View source

Can you improve this documentation?Edit on GitHub

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

× close