clj-http-multipart

A Clojure HTTP library wrapping the Apache HttpComponents client. Extended to allow multipart boundaries to be defined.

Leiningen/Boot

[clj-http-multipart "1.0.0-SNAPSHOT"]

Clojure CLI/deps.edn

clj-http-multipart/clj-http-multipart {:mvn/version "1.0.0-SNAPSHOT"}

Gradle

implementation("clj-http-multipart:clj-http-multipart:1.0.0-SNAPSHOT")

Maven

<dependency>
  <groupId>clj-http-multipart</groupId>
  <artifactId>clj-http-multipart</artifactId>
  <version>1.0.0-SNAPSHOT</version>
</dependency>