funcool/httpurr

A simple and non obstructive http client for ClojureScript.

Leiningen/Boot

[funcool/httpurr "0.1.1"]

Clojure CLI/deps.edn

funcool/httpurr {:mvn/version "0.1.1"}

Gradle

implementation("funcool:httpurr:0.1.1")

Maven

<dependency>
  <groupId>funcool</groupId>
  <artifactId>httpurr</artifactId>
  <version>0.1.1</version>
</dependency>