racehub/clj-http

A Clojure HTTP library wrapping the Apache HttpComponents client.

Leiningen/Boot

[racehub/clj-http "1.0.1"]

Clojure CLI/deps.edn

racehub/clj-http {:mvn/version "1.0.1"}

Gradle

implementation("racehub:clj-http:1.0.1")

Maven

<dependency>
  <groupId>racehub</groupId>
  <artifactId>clj-http</artifactId>
  <version>1.0.1</version>
</dependency>