mlehman/clj-http

A Clojure HTTP library wrapping the Apache HttpComponents client.

Leiningen/Boot

[mlehman/clj-http "0.1.2"]

Clojure CLI/deps.edn

mlehman/clj-http {:mvn/version "0.1.2"}

Gradle

implementation("mlehman:clj-http:0.1.2")

Maven

<dependency>
  <groupId>mlehman</groupId>
  <artifactId>clj-http</artifactId>
  <version>0.1.2</version>
</dependency>