dakrone / clj-http

An idiomatic clojure http client wrapping the apache client. Officially supported version.
http://clojars.org/clj-http
MIT License
1.77k stars 408 forks source link

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

Closed kirillsalykin closed 2 years ago

kirillsalykin commented 2 years ago

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?

dakrone commented 2 years ago

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.

oliyh commented 2 years ago

See also https://github.com/gnarroway/hato

kirillsalykin commented 2 years ago

Makes sense, thanks!