forked from rnewman/clj-apache-http
-
Notifications
You must be signed in to change notification settings - Fork 4
Home
diamondap edited this page Oct 11, 2011
·
5 revisions
This fork of the clj-apache-http library adds support for Apache's AsyncHttpClient. The async client uses the reactor pattern to manage multiple concurrent HTTP requests.
This fork also provides support for x509 client certificates.
This README has enough information to get you started:
https://github.com/diamondap/clj-apache-http/blob/master/README_ASYNC.markdown
If you're using leiningen, you can include this jar in your project.clj file. See http://clojars.org/diamondap/clj-apache-https for the latest version.
1.0.16 - Oct. 11, 2011
- Incorporated changes from puredanger to remove dependencies on clojure.contrib smooth the transition to Clojure 1.3
- Changed Clojure version from 1.2.0 to 1.2.1
- Added MIT license