[erlang-questions] [ANN] hackney 0.4.3 has been released

Benoit Chesneau bchesneau@REDACTED
Sat Aug 24 22:10:51 CEST 2013


Just released a new version of hackney, an HTTP client library in Erlang.

Little changes in this one except that the parse transform has been
removed. Now the REST syntax `hackney:Method(URL, ...)` (where `Method` can
be get, post,put, delete....) thanks to nox  is now available at the
compilation which also means that you can use it in the shell.

Ex.

     hackney:get("https://friendpaste.com")

will start to fetch the Friendpaste page.

More info on the release page:

https://github.com/benoitc/hackney/releases/tag/0.4.3

Enjoy :)

- benoit
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20130824/07e46572/attachment.htm>


More information about the erlang-questions mailing list