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

Commit e2a546a

Browse files
committed
Deprecation notice. Please use clj-http in the future.
1 parent ab4c510 commit e2a546a

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.markdown

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,13 @@
22

33
by Dan Larkin and Phil Hagelberg
44

5-
Note: In the 1.0.0 release the namespace changed from clojure.http to
6-
clojure-http; please update your require clauses accordingly.
5+
Note: this library is deprecated; please take a look at
6+
[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.
712

813
## Example
914

0 commit comments

Comments
 (0)