playnice

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

Leiningen/Boot

[playnice "1.0.0"]

Clojure CLI/deps.edn

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

Gradle

implementation("playnice:playnice:1.0.0")

Maven

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