cddr/with-httpd

Run some code after starting a fake http handler

Leiningen/Boot

[cddr/with-httpd "1.0.0"]

Clojure CLI/deps.edn

cddr/with-httpd {:mvn/version "1.0.0"}

Gradle

implementation("cddr:with-httpd:1.0.0")

Maven

<dependency>
  <groupId>cddr</groupId>
  <artifactId>with-httpd</artifactId>
  <version>1.0.0</version>
</dependency>