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

accept-pattern-keysclj

source

add-acceptclj

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

add-content-typeclj

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

add-form-ctclj

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

add-headerclj

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

add-payloadclj

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

add-token-headerclj

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

async-getclj

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

async-postclj

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

getclj

(get & args)
source

get-headerclj

(get-header req field)
source

optionsclj

(options req & opts)
source

postclj

(post & args)
source

requestclj

(request method url req options callback)
source

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

× close