net.clojars.shaneharrigan/httpcljent

A small HTTP client for Clojure (JVM) and ClojureScript (browser).

Leiningen/Boot

[net.clojars.shaneharrigan/httpcljent "0.1.0"]

Clojure CLI/deps.edn

net.clojars.shaneharrigan/httpcljent {:mvn/version "0.1.0"}

Gradle

implementation("net.clojars.shaneharrigan:httpcljent:0.1.0")

Maven

<dependency>
  <groupId>net.clojars.shaneharrigan</groupId>
  <artifactId>httpcljent</artifactId>
  <version>0.1.0</version>
</dependency>