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 2 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...