http-chunked

A collection utilities for parsing HTTP requests that are chunk encoded or encoding responses.

Leiningen/Boot

[http-chunked "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

http-chunked/http-chunked {:mvn/version "0.1.0-SNAPSHOT"}

Gradle

implementation("http-chunked:http-chunked:0.1.0-SNAPSHOT")

Maven

<dependency>
  <groupId>http-chunked</groupId>
  <artifactId>http-chunked</artifactId>
  <version>0.1.0-SNAPSHOT</version>
</dependency>