unixsocket-http

A library to allow HTTP calls over a UNIX socket, e.g. for communicating with Docker.

Leiningen/Boot

[unixsocket-http "1.0.10"]

Clojure CLI/deps.edn

unixsocket-http/unixsocket-http {:mvn/version "1.0.10"}

Gradle

implementation("unixsocket-http:unixsocket-http:1.0.10")

Maven

<dependency>
  <groupId>unixsocket-http</groupId>
  <artifactId>unixsocket-http</artifactId>
  <version>1.0.10</version>
</dependency>