playnice

A library to help you serve HTTP standard responses and be lenient with HTTP requests.

Leiningen/Boot

[playnice "0.0.5.10"]

Clojure CLI/deps.edn

playnice/playnice {:mvn/version "0.0.5.10"}

Gradle

implementation("playnice:playnice:0.0.5.10")

Maven

<dependency>
  <groupId>playnice</groupId>
  <artifactId>playnice</artifactId>
  <version>0.0.5.10</version>
</dependency>