graalvm

Discuss GraalVM related topics. Use clojure 1.10.2 or newer for all new projects. Contribute to https://github.com/clj-easy/graal-docs and https://github.com/BrunoBonacci/graalvm-clojure. GraalVM slack: https://www.graalvm.org/slack-invitation/.
Ashwin Bhaskar 2020-11-08T12:09:45.106200Z

Are there any http libraries that support multipart uploads and are also GraalVM compatible? clj-http-lite is graalvVM compatible but does not support multipart uploads

borkdude 2020-11-08T13:49:23.107600Z

@ashwinbhskr possibly http-kit. It is available in babashka, so you can try it out there first

1👍