Dear #babashka friends!

Just finished up writing the babashka http-client today and I think it's ready to be used. Please provide your feedback while this library is in flux so we can move it to a built-in somewhere in 2023!

https://github.com/babashka/http-client

#clojure #babashka

GitHub - babashka/http-client: HTTP client for Clojure and Babashka built on java.net.http

HTTP client for Clojure and Babashka built on java.net.http - GitHub - babashka/http-client: HTTP client for Clojure and Babashka built on java.net.http

GitHub
@borkdude wow! Could you enlighten me: is there a reason behind not just adding a `(client/download-file url filename)’ function to hide the entire download process? There must be a good reason I'm sure.
@mykhaylo Easy things can be built on simple things