woven/clj-http

A Clojure HTTP library wrapping the Apache HttpComponents client.

Leiningen/Boot

[woven/clj-http "0.1.2-SNAPSHOT"]

Clojure CLI/deps.edn

woven/clj-http {:mvn/version "0.1.2-SNAPSHOT"}

Gradle

implementation("woven:clj-http:0.1.2-SNAPSHOT")

Maven

<dependency>
  <groupId>woven</groupId>
  <artifactId>clj-http</artifactId>
  <version>0.1.2-SNAPSHOT</version>
</dependency>