Httpoison Versions Save

Yet Another HTTP client for Elixir powered by hackney

v1.6.0

4 years ago
  • Update hackney version #394 Thanks to @perrycate

v1.5.1

5 years ago
  • Ensure support to 1.8.0 #374 Thanks, @rodrigues
  • Remove request type from HTTPoison #382 Thanks @meagonqz

v1.5.0

5 years ago
  • Add support to NO_PROXY environment variable #361 Thanks to @ShahneRodgers ! 🎉 🎆

v1.4.0

5 years ago
  • Run dialyzer as part of the travis build process #357 Thanks to @mmrobins
  • Add support to max_body_length #354 #355 Thanks to @pedep
  • Add HTTPoison.Request and process_response #311 #363 #364 #365 #366
  • Deprecations:
    • process_headers/1 in favour of process_request_headers/1
    • process_status_code/1 in favour of process_response_status_code/1
    • process_url/1 in favour of process_request_url/1

Special thanks to @ryanwinchester 🎉

v1.3.1

5 years ago
  • Add option max_body_length #354 Thanks to @pedep ! 🎉

When the response is larger than MaxLength, this function will return the body it received up to the last chunk, which might be a bit more than MaxLength.

Source: https://github.com/benoitc/hackney/blob/master/doc/hackney_response.md#body-2

v1.3.0

5 years ago
  • Add Multipart body helper #47
  • Fix issue with empty HTTP_PROXY #351
  • Update Docs #350 #344 #339 #337
  • Fix incorrect typespec on request/5 #334

v1.2.0

5 years ago
  • HTTPoison.Base behaviour #330
  • mix format #332
  • Bump Elixir requirement to ~> 1.5

v1.1.1

6 years ago
  • Add support for socks5 user and pass parameters #323 #325 Thanks, @skie 🎉

v1.1.0

6 years ago
  • Automatic use of HTTP_PROXY env var #306 Thanks to @amencarini

v1.0.0

6 years ago
  • Fix @specs #288 #304 #289 Thanks to @jknipp, @jeffrom & @amclain