java-http-clj icon indicating copy to clipboard operation
java-http-clj copied to clipboard

Clojure wrapper for java.net.http with async, HTTP/2 and WebSockets

Results 4 java-http-clj issues
Sort by recently updated
recently updated
newest added

Not sure if this is something you intentionally left out, but I think it would be useful to have short-hands for all the common HTTP methods, particularly those defined in...

See: https://stackoverflow.com/a/55258556 Can provide a PR as I have a working impl; however not sure how to fit in current API. Ideally user would synchronously obtain a cancel-fn, or we...

As described in #10 , there is a pull-request to support File and Path body types. Tests added.

First of all, thanks for the library! I've been happily using it after switching from clj-http. It's a part of our S3 internal client. One thing I've noticed is, it...