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.2 include alpha support for async client. (Very alpha!)

Leiningen/Boot

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

Clojure CLI/deps.edn

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

Gradle

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

Maven

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