0
I Use This!
Inactive

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 12 hours ago.
Jul 27, 2024 — Jul 27, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Point to dakrone's clj-http instead. More... almost 14 years ago
Release 1.1.0; this project is done. Use clj-http. More... over 14 years ago
Clean up dependencies More... over 14 years ago
Mention async.http.client in deprecation notice. More... almost 15 years ago
Deprecation notice. Please use clj-http in the future. More... almost 15 years ago
Add a facility to disable auto redirect-follow. More... about 15 years ago
No reason for *cookies* to be a ref. More... about 15 years ago
Bump version to 1.1.0-SNAPSHOT. More... about 15 years ago
Fixed Phil's booboo. add-query-params now takes a map of query parameters. Reason being, you can't simply apply a map of parameters, so if you had a map, you'd have to make it something applyable to add-query-params. I think a map "feels better" for this problem anyway. More... about 15 years ago
Make the caller add query params to the URL instead of doing it in request. More... about 15 years ago
* src/clojure_http/client.clj: Url encode query parameters. More... about 15 years ago
* README.markdown: Updated README. More... about 15 years ago
Added query support to request and resourcefully functions. More... about 15 years ago
Release 1.0.1 with workaround for broked duck-streams. More... about 15 years ago
Require duck-streams instead of using it. Works with Clojure 1.2. More... about 15 years ago
Update gitignore. More... about 15 years ago
Release 1.0.0. Move ns to clojure-http.client! More... about 15 years ago
Update Clojure/contrib/swank dependency versions. More... over 15 years ago
Accept */* content-types by default. More... over 15 years ago
Add connection object to response map. More... over 15 years ago
Depend on master version of clojure. More... over 15 years ago
Check pom into git for integration with hudson, etc. More... over 15 years ago
Don't use org.clojure group. More... over 15 years ago
Merge branch 'master' of git://github.com/marktriggs/clojure-http-client into lein More... over 15 years ago
Added support for basic HTTP authentication. More... over 15 years ago
Move to lein. More... over 15 years ago
Fix pom to work with upstream versions. More... over 15 years ago
Added connect timeout; thanks cmoscoso! More... almost 16 years ago
Merged changes from tomo fixing cookie/header behaviour. More... almost 16 years ago
Merge commit 'rnewman/master' More... almost 16 years ago