[erlang-questions] [ANN] hackney 1.0.0 released
Benoit Chesneau
bchesneau@REDACTED
Sun Nov 30 23:23:45 CET 2014
Hi all,
I'm pleased to announce the first stable and long support release of
Hackney, an HTTP client library for Erlang. Hackney is out since a long
time and is actually used in production in many projects.
This releases highlights the following features:
- no message passing (except for asynchronous responses): response is
directly streamed to the socket and state is kept in the requesting process.
- binary streams
- SSL support
- Keepalive handling
- fetch a response asynchronously
- multipart support (streamed or not)
- chunked encoding support
- Can send files using the sendfile API
- REST syntax: hackney:Method(URL) (where a method can be get, post, put,
delete, ...)
- Metrics using folsom or exometer
More details about the release can be found here:
https://github.com/benoitc/hackney/releases/tag/1.0.0
Documentation is available on Github:
https://github.com/benoitc/hackney
Hope you find it useful.
Enjoy!
- benoit
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20141130/bf6cbc1a/attachment.htm>
More information about the erlang-questions
mailing list