Liking cljdoc? Tell your friends :D
ClojureScript only.

dogfort.util.parsing

Regular expressions for parsing HTTP.

For internal use.

Regular expressions for parsing HTTP.

For internal use.
raw docstring

re-quotedcljs

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

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

re-tokencljs

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

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

re-valuecljs

HTTP value: token | quoted-string. See RFC2109

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

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

× close