Hi all,

I'm pleased to announce the 0.3.0 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.0"]

New features and bug-fixes:

- Added the ability to ignore unknown host if desired
- Use much better Entity’s for the body, depending on type, removing
extraneous :body copies
- Fixed url-encoding of multiple query params using the same key
- Fixed decoding cookies that don’t follow RFC spec
- Better output coercion, adding {:as "<charset-string>"},
{:as :json}, {:as :json-string-keys} and {:as :auto}
- Better input coercion, supporting bodies as Strings, InputStreams,
Files and byte-arrays
- Less reflection

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