ring.util.parsing
(source)Regular expressions for parsing HTTP.
For internal use.
For more info about this library see:
https://github.com/ring-clojure/ring/wikiPublic Variable | Short Description |
---|---|
find-content-type-charset (clj) | Return the charset of a given a content-type string. |
re-charset (clj) | Pattern for pulling the charset out of the content-type header. |
re-quoted (clj) | HTTP quoted-string: <"> *<any TEXT except "> <">. |
re-token (clj) | HTTP token: 1*<any CHAR except CTLs or tspecials>. |
re-value (clj) | HTTP value: token | quoted-string. |