Liking cljdoc? Tell your friends :D

cmr.http.kit.request


accept-patternclj

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.

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.
raw docstring

accept-pattern-keysclj


add-acceptclj

(add-accept value)
(add-accept req value)

add-content-typeclj

(add-content-type ct)
(add-content-type req ct)

add-form-ctclj

(add-form-ct)
(add-form-ct req)

add-headerclj

(add-header field value)
(add-header req field value)

add-payloadclj

(add-payload data)
(add-payload req data)

add-request-idclj

(add-request-id id)
(add-request-id req id)

add-token-headerclj

(add-token-header token)
(add-token-header req token)

async-getclj

(async-get url)
(async-get url req)
(async-get url req options)
(async-get url req options callback)

async-postclj

(async-post url)
(async-post url req)
(async-post url req options)
(async-post url req options callback)

extract-request-idclj

(extract-request-id req)

getclj

(get & args)

get-headerclj

(get-header req field)

optionsclj

(options req & opts)

postclj

(post & args)

requestclj

(request method url req options callback)

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

× close