httpoison v0.5.0 Release Notes

Release Date: 2014-10-14 // over 9 years ago
    • API breaking changes:

      • HTTPoison.HTTPError was renamed to HTTPoison.Error;
      • Requests will now return {:ok, response} or {:error, error};
      • The old behaviour will be followed by new functions with bang, example:

    HTTPoison.get! will follow the old behaviour of HTTPoison.get

    Related discussion: https://github.com/edgurgel/httpoison/issues/27.