Liking cljdoc? Tell your friends :D
Clojure only.

d-core.core.http.client


make-clientclj

(make-client {:keys [id base-url default-headers http-opts policies]})

request!clj

(request! client {:keys [method headers] :as req})

Executes an HTTP request with optional rate-limit, circuit-breaker, bulkhead, and retry policies.

Request accepts clj-http options plus:

  • :path (resolved against client :base-url)
  • :policies {:rate-limit {...} :bulkhead {...} :circuit-breaker {...} :retry {...}}
Executes an HTTP request with optional rate-limit, circuit-breaker,
bulkhead, and retry policies.

Request accepts clj-http options plus:
- :path (resolved against client :base-url)
- :policies {:rate-limit {...} :bulkhead {...} :circuit-breaker {...} :retry {...}}
raw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close