Skip to content

Commit 3e3b65d

Browse files
authored
docs: update interesting alternatives (#72)
Add org.babashka/http-client State min jdk version for other alternatives. Add note on babashka.curl.
1 parent 0d8bc58 commit 3e3b65d

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

doc/01-user-guide.adoc

+6-5
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,15 @@ Maybe clj-http-lite is not your cup of tea? Some alternatives to explore:
4141

4242
Clojure based:
4343

44-
* http://github.com/dakrone/clj-http[clj-http] - heavier than clj-http-lite, but has many more features
44+
* http://github.com/dakrone/clj-http[clj-http] (jdk8+) - heavier than clj-http-lite, but has many more features
4545

4646
Babashka compatible:
4747

48-
* https://github.com/schmee/java-http-clj[java-http-clj] - Clojure wrapper for java.net.http with async, HTTP/2 and WebSockets
49-
* https://github.com/http-kit/http-kit[http-kit] - minimalist, event-driven, high-performance Clojure HTTP server/client library with WebSocket and asynchronous support
50-
* https://github.com/gnarroway/hato[hato] - An HTTP client for Clojure, wrapping JDK 11's HttpClient
51-
* https://github.com/babashka/babashka.curl[babashka.curl] - A tiny curl wrapper via idiomatic Clojure, inspired by clj-http, Ring and friends
48+
* https://github.com/babashka/http-client[org.babashka/http-client] (jdk11+) - HTTP client for Clojure and Babashka built on java.net.http
49+
* https://github.com/schmee/java-http-clj[java-http-clj] (jdk11+) - Clojure wrapper for java.net.http with async, HTTP/2 and WebSockets
50+
* https://github.com/http-kit/http-kit[http-kit] (jdk8+?) - minimalist, event-driven, high-performance Clojure HTTP server/client library with WebSocket and asynchronous support
51+
* https://github.com/gnarroway/hato[hato] (jdk11+) - An HTTP client for Clojure, wrapping JDK 11's HttpClient
52+
* https://github.com/babashka/babashka.curl[babashka.curl] (jdk8+) - A tiny curl wrapper via idiomatic Clojure, inspired by clj-http, Ring and friends (now mostly replaced by org.babashka/http-client)
5253

5354
== Installation
5455

0 commit comments

Comments
 (0)