wkf/clj-http

A Clojure HTTP library wrapping the Apache HttpComponents client.

Leiningen/Boot

[wkf/clj-http "2.0.0"]

Clojure CLI/deps.edn

wkf/clj-http {:mvn/version "2.0.0"}

Gradle

implementation("wkf:clj-http:2.0.0")

Maven

<dependency>
  <groupId>wkf</groupId>
  <artifactId>clj-http</artifactId>
  <version>2.0.0</version>
</dependency>