Skip to content

HTTPoison 1.3.1

Compare
Choose a tag to compare
@edgurgel edgurgel released this 17 Sep 09:11
  • 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