Hi all, 
I'm pleased to announce the 0.3.2 release of clj-http. clj-http is an idiomatic 
clojure http client wrapping the apache client (like ring in reverse). You 
should be able to use it from Clojars[1] with the following: 

[clj-http "0.3.2"] 

New features and bug-fixes (since 0.3.0):
- added ablity to return the body as a stream with {:as :stream}
- check for nil URLs when using client functions
- added ability to specify maximum number of redirects
- add :trace-redirects to the response map (a list of the redirection URLs)
- allow GET requests with a :body set
- allow strings or keywords for :scheme in requests
- remove more reflection
- allow per-request proxy settings in the option map

Please give it a try and open any issues on the github repo[2] that you find. 
Check out the readme for the full information and usage. 

thanks, 
Lee Hinman 

[1]: http://clojars.org/clj-http 
[2]: https://github.com/dakrone/clj-http

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to