diamondap/clj-apache-https

Clojure HTTP library using the Apache HttpClient. Based on clj-apache-http, but includes support for SSL client certificates and HttpAsyncClient.

Leiningen/Boot

[diamondap/clj-apache-https "1.0.18"]

Clojure CLI/deps.edn

diamondap/clj-apache-https {:mvn/version "1.0.18"}

Gradle

implementation("diamondap:clj-apache-https:1.0.18")

Maven

<dependency>
  <groupId>diamondap</groupId>
  <artifactId>clj-apache-https</artifactId>
  <version>1.0.18</version>
</dependency>