truckerpath/anti-flooding-http

Wrapper around clj-http with anti-flooding magic (prevents identical simultaneous requests)

Leiningen/Boot

[truckerpath/anti-flooding-http "0.2.0-SNAPSHOT"]

Clojure CLI/deps.edn

truckerpath/anti-flooding-http {:mvn/version "0.2.0-SNAPSHOT"}

Gradle

implementation("truckerpath:anti-flooding-http:0.2.0-SNAPSHOT")

Maven

<dependency>
  <groupId>truckerpath</groupId>
  <artifactId>anti-flooding-http</artifactId>
  <version>0.2.0-SNAPSHOT</version>
</dependency>