Skip to content
This repository has been archived by the owner on Jan 23, 2018. It is now read-only.

Commit

Permalink
Mention async.http.client in deprecation notice.
Browse files Browse the repository at this point in the history
  • Loading branch information
technomancy committed Sep 17, 2010
1 parent e2a546a commit 1083e04
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions README.markdown
Expand Up @@ -2,13 +2,16 @@

by Dan Larkin and Phil Hagelberg

Note: this library is deprecated; please take a look at
[clj-http](http://github.com/clj-sys/clj-http) instead. Clojure HTTP
Client was created simply to wrap the JDK's built-in HTTP classes,
which are not as good as the functionality that Apache's HTTP client
provides via clj-http. Now that dependencies are not a huge headache
to use from Clojure, there is no reason limit yourself to the JDK's
classes.
Note: this library is deprecated. Clojure HTTP Client was created
simply to wrap the JDK's built-in HTTP classes, which are not as good
as the functionality that other clients such as Apache's provide. Now
that dependencies are not a huge headache to use from Clojure, there
is no reason limit yourself to the JDK's classes, so other libraries
are more capable.

Please take a look at [clj-http](http://github.com/clj-sys/clj-http)
and [http.async.client](http://github.com/neotyk/http.async.client)
instead.

## Example

Expand Down

0 comments on commit 1083e04

Please sign in to comment.