Liking cljdoc? Tell your friends :D

oauth.io


content-typeclj

(content-type request)

Returns the value of the Content-Type header of request.

Returns the value of the Content-Type header of `request`.
sourceraw docstring

deserializecljmultimethod

Deserialize the body of response according to the Content-Type header.

Deserialize the body of `response` according to the Content-Type header.
sourceraw docstring

deserialize-bodyclj

(deserialize-body {:keys [body] :as response} update-fn)

Update the :body of response by applying update-fn to it, if it's a string.

Update the :body of `response` by applying `update-fn` to it, if
it's a string.
sourceraw docstring

requestclj

source

serializecljmultimethod

Serialize the body of response according to the Content-Type header.

Serialize the body of `response` according to the Content-Type header.
sourceraw docstring

serialize-bodyclj

(serialize-body request content-type update-fn)
source

wrap-input-coercionclj

(wrap-input-coercion handler)
source

wrap-meta-responseclj

(wrap-meta-response handler)
source

wrap-output-coercionclj

(wrap-output-coercion handler)
source

wrap-output-hyphenateclj

(wrap-output-hyphenate handler)

Returns a HTTP client that recursively replaces all underscores in the keys of the response map to dashes.

Returns a HTTP client that recursively replaces all underscores in
the keys of the response map to dashes.
sourceraw docstring

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

× close