Is there an HTTP client support in joker? In Clojure I use clj-http but that relies on Apache HTTP client which is a java thing
@roklenarcic There is https://candid82.github.io/joker/joker.http.html
ah, so this works:
user=> (require '[joker.http :as http])
nil
user=> (http/send {:method "get" :url "<https://clojure.org>"})
thanks, is there a way I can get to repo of that package
it’s embedded with joker itself