The regular expression for the Accept
header that may include version
and parameter information splits into the following groups:
The subtype is then further broken down into the following groups:
All other groups are unused.
The regular expression for the `Accept` header that may include version and parameter information splits into the following groups: * type: everything before the first '/' (slash) * subtype: everything after the first '/' The subtype is then further broken down into the following groups: * vendor * version (with and without the '.' * content-type (with and without the '+' as well as the case where no vendor is supplied)) All other groups are unused.
(async-get url)
(async-get url req)
(async-get url req options)
(async-get url req options callback)
(async-post url)
(async-post url req)
(async-post url req options)
(async-post url req options callback)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close