aft/http

Http handling of jwt authentication, automatic retry, debouncing, and cancellable requests via a thin DSL.

Leiningen/Boot

[aft/http "0.0.1-SNAPSHOT"]

Clojure CLI/deps.edn

aft/http {:mvn/version "0.0.1-SNAPSHOT"}

Gradle

implementation("aft:http:0.0.1-SNAPSHOT")

Maven

<dependency>
  <groupId>aft</groupId>
  <artifactId>http</artifactId>
  <version>0.0.1-SNAPSHOT</version>
</dependency>