playnice

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

Leiningen/Boot

[playnice "0.0.6.11"]

Clojure CLI/deps.edn

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

Gradle

implementation("playnice:playnice:0.0.6.11")

Maven

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