Skip to content

HTTPoison 0.5.0

Compare
Choose a tag to compare
@edgurgel edgurgel released this 14 Oct 08:33
  • 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: #27