Is there any movement to upgrade the apache http client to version 5.0??
clj-http 4.x, I saw a lot of issues, some tries in the past, but no more movement
@lee any news on it?
Hi there @d.ian.b! I assume you are asking about https://github.com/dakrone/clj-http, I am not a maintainer on that project and have never personally used it. I am a maintainer on https://github.com/clj-commons/clj-http-lite, but I would only use that these days if you absolutely need jdk8 compatibility. I currently use https://github.com/babashka/http-client, which is actively maintained and is based on the jdk11+ built-in HTTP client support.
Ahhh ok I thought you were Darkrone haha
Yeah I was thinking on maybe using Hato or build something mine