We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab4c510 commit e2a546aCopy full SHA for e2a546a
README.markdown
@@ -2,8 +2,13 @@
2
3
by Dan Larkin and Phil Hagelberg
4
5
-Note: In the 1.0.0 release the namespace changed from clojure.http to
6
-clojure-http; please update your require clauses accordingly.
+Note: this library is deprecated; please take a look at
+[clj-http](http://github.com/clj-sys/clj-http) instead. Clojure HTTP
7
+Client was created simply to wrap the JDK's built-in HTTP classes,
8
+which are not as good as the functionality that Apache's HTTP client
9
+provides via clj-http. Now that dependencies are not a huge headache
10
+to use from Clojure, there is no reason limit yourself to the JDK's
11
+classes.
12
13
## Example
14
0 commit comments