playnice

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

Leiningen/Boot

[playnice "1.0.1"]

Clojure CLI/deps.edn

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

Gradle

implementation("playnice:playnice:1.0.1")

Maven

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