(make-client {:keys [id base-url default-headers http-opts policies]})(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:
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 {...}}cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |