tophat

Tophat is a Clojure library for handling HTTP request and response documents/maps.

Leiningen/Boot

[tophat "0.1.4"]

Clojure CLI/deps.edn

tophat/tophat {:mvn/version "0.1.4"}

Gradle

implementation("tophat:tophat:0.1.4")

Maven

<dependency>
  <groupId>tophat</groupId>
  <artifactId>tophat</artifactId>
  <version>0.1.4</version>
</dependency>