diamondap/clj-apache-https

Clojure HTTP library using the Apache HttpClient. Based on clj-apache-http, but includes support for SSL client certificates. Version 1.0.3 include alpha support for async client. The async library is currently unstable, and the APIs for that piece are in flux!

Leiningen/Boot

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

Clojure CLI/deps.edn

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

Gradle

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

Maven

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