clj-http

2025-02-06T20:53:20.705669Z

Is there any movement to upgrade the apache http client to version 5.0??

2025-02-06T20:53:48.050819Z

clj-http 4.x, I saw a lot of issues, some tries in the past, but no more movement

2025-02-06T20:54:50.403599Z

@lee any news on it?

lread 2025-02-06T22:32:25.920569Z

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.

👍 1
2025-02-06T23:39:23.210999Z

Ahhh ok I thought you were Darkrone haha

2025-02-06T23:39:54.300039Z

Yeah I was thinking on maybe using Hato or build something mine