truckerpath/anti-flooding-http

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

Leiningen/Boot

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

Clojure CLI/deps.edn

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

Gradle

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

Maven

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