truckerpath/anti-flooding-http

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

Leiningen/Boot

[truckerpath/anti-flooding-http "0.3.0"]

Clojure CLI/deps.edn

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

Gradle

implementation("truckerpath:anti-flooding-http:0.3.0")

Maven

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