clothesline

A Clojure port of the Erlang project WebMachine, a stateful HTTP service library.

Leiningen/Boot

[clothesline "0.2.0-SNAPSHOT"]

Clojure CLI/deps.edn

clothesline/clothesline {:mvn/version "0.2.0-SNAPSHOT"}

Gradle

implementation("clothesline:clothesline:0.2.0-SNAPSHOT")

Maven

<dependency>
  <groupId>clothesline</groupId>
  <artifactId>clothesline</artifactId>
  <version>0.2.0-SNAPSHOT</version>
</dependency>