hato

An HTTP client for Clojure, wrapping JDK 11's HttpClient.

Leiningen/Boot

[hato "0.8.2"]

Clojure CLI/deps.edn

hato/hato {:mvn/version "0.8.2"}

Gradle

implementation("hato:hato:0.8.2")

Maven

<dependency>
  <groupId>hato</groupId>
  <artifactId>hato</artifactId>
  <version>0.8.2</version>
</dependency>