com.aboutecho/clj-http

A Clojure HTTP library wrapping the Apache HttpComponents client.

Leiningen/Boot

[com.aboutecho/clj-http "1.0.2-SNAPSHOT"]

Clojure CLI/deps.edn

com.aboutecho/clj-http {:mvn/version "1.0.2-SNAPSHOT"}

Gradle

implementation("com.aboutecho:clj-http:1.0.2-SNAPSHOT")

Maven

<dependency>
  <groupId>com.aboutecho</groupId>
  <artifactId>clj-http</artifactId>
  <version>1.0.2-SNAPSHOT</version>
</dependency>