dakrone / clj-http

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

Wrap the response in a future when the property :async-future is set #527

Open rymndhng opened 4 years ago

rymndhng commented 4 years ago

Solves #512 Depends on #526