Liking cljdoc? Tell your friends :D

exoscale.telex.response


body-handlercljmultimethod

source

headers->mapclj

(headers->map http-response)
source

make-body-handlerclj

(make-body-handler {:as ctx
                    :exoscale.telex.response.body-handler/keys [timeout]
                    :or {timeout 10000}})
source

Responsecljprotocol

bodyclj

(body http-response)

Returns response body

Returns response body

headersclj

(headers http-response)

Returns response header map

Returns response header map

statusclj

(status http-response)

Returns http status of underlying response

Returns http status of underlying response
source

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

× close