pschorf/clj-http

A Clojure HTTP library wrapping the Apache HttpComponents client.

Leiningen/Boot

[pschorf/clj-http "2.0.0-ts1-SNAPSHOT"]

Clojure CLI/deps.edn

pschorf/clj-http {:mvn/version "2.0.0-ts1-SNAPSHOT"}

Gradle

implementation("pschorf:clj-http:2.0.0-ts1-SNAPSHOT")

Maven

<dependency>
  <groupId>pschorf</groupId>
  <artifactId>clj-http</artifactId>
  <version>2.0.0-ts1-SNAPSHOT</version>
</dependency>