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.
(add-accept value)
(add-accept req value)
(add-content-type ct)
(add-content-type req ct)
(add-form-ct)
(add-form-ct req)
(add-header field value)
(add-header req field value)
(add-payload data)
(add-payload req data)
(add-request-id id)
(add-request-id req id)
(add-token-header token)
(add-token-header req token)
(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)
(extract-request-id req)
(get & args)
(get-header req field)
(options req & opts)
(post & args)
(request method url req options callback)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close