hato

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

Leiningen/Boot

[hato "0.8.1"]

Clojure CLI/deps.edn

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

Gradle

implementation("hato:hato:0.8.1")

Maven

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