<div dir="ltr">Hi all,<div><br></div><div>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.</div><div><br></div><div>This releases highlights the following features:</div><br>- no message passing (except for asynchronous responses): response is directly streamed to the socket and state is kept in the requesting process.<br>- binary streams<br>- SSL support<br>- Keepalive handling<br>- fetch a response asynchronously<br>- multipart support (streamed or not)<br>- chunked encoding support<br>- Can send files using the sendfile API<br>- REST syntax: hackney:Method(URL) (where a method can be get, post, put, delete, ...)<br>- Metrics using folsom or exometer<div><br></div><div>More details about the release can be found here:</div><div><a href="https://github.com/benoitc/hackney/releases/tag/1.0.0">https://github.com/benoitc/hackney/releases/tag/1.0.0</a><br></div><div><br></div><div>Documentation is available on Github:</div><div><a href="https://github.com/benoitc/hackney">https://github.com/benoitc/hackney</a><br></div><div><br></div><div>Hope you find it useful.</div><div><br></div><div>Enjoy!</div><div><br></div><div>- benoit</div><div><br></div><div><br></div></div>