dakrone/clj-http

Switch to built in http client (introduced in java 11)

Closed this issue · 3 comments

It seems make sense to use built in http client cause it will reduce deps and built in machinery better known/used.

what do you think?

It sounds like you might want to check out https://github.com/hiredman/clj-http-lite (and its associated forks), that would be a better place to switch to this.

Makes sense, thanks!