playnice

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

Leiningen/Boot

[playnice "0.0.5.9"]

Clojure CLI/deps.edn

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

Gradle

implementation("playnice:playnice:0.0.5.9")

Maven

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