Very minimal http client based on ok-http
RING1 style api
(require '[exoscale.ok-http :as c])
;; creates a new client instance
(def c (c/client {}))
(c/request c {:method :get
:url "http://google.com/"})ok-http is available on Clojars.
Add this to your dependencies:
Copyright © 2025 Exoscale
Distributed under the Eclipse Public License version 1.0.