wkf/clj-http

A Clojure HTTP library wrapping the Apache HttpComponents client.

Leiningen/Boot

[wkf/clj-http "1.0.1-SNAPSHOT-MOJO"]

Clojure CLI/deps.edn

wkf/clj-http {:mvn/version "1.0.1-SNAPSHOT-MOJO"}

Gradle

implementation("wkf:clj-http:1.0.1-SNAPSHOT-MOJO")

Maven

<dependency>
  <groupId>wkf</groupId>
  <artifactId>clj-http</artifactId>
  <version>1.0.1-SNAPSHOT-MOJO</version>
</dependency>