github benoitc/hackney 0.9.0
hackney 0.9.0 has been released

latest releases: 1.20.1, 1.20.0, 1.19.1...
10 years ago

hackney 0.9.0 has been released. This is a service release with some fixes and improvements.

Changes

  • add support for multipart responses
  • add support for cookies: There is now a cookie
    option that can be passed to the request. It can be a sinle cookie or a
    list of cookies. To parse cookies from the response a function hackney:cookies/1 has
    been added. It return all the cookies as a list of [{Key, Value}].
  • breaking change: use hackney_lib a web toolkit to handle the HTTP protocol and other manipulations.
  • optimization: send body and headers together when it is possible
  • fix release handling

The full changelog is available here: 0.8.3...0.9.0

Hackney is also available as a source archive or via expm.

Don't miss a new hackney release

NewReleases is sending notifications on new releases.