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

Steve Davis steven.charles.davis@REDACTED
Sun Aug 25 00:56:45 CEST 2013


My personal path:
1) Parameterized Modules -> Cool! -> oh no
2) Parse Transform -> Cool! -> oh no
3) Module parameterization -> Cool! -> oh no
4) Higher order function + record -> ....?

I'm between 3 & 4 right now. 

I'm sure it would be "great" to get to "5) higher order function" and 
eliminate record but I don't see that path yet.

/s


On Saturday, August 24, 2013 3:10:51 PM UTC-5, Benoit Chesneau wrote:
>
> 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/726553b8/attachment.htm>


More information about the erlang-questions mailing list