edgurgel / httpoison

Yet Another HTTP client for Elixir powered by hackney
https://hex.pm/packages/httpoison
MIT License
2.23k stars 339 forks source link

Fix get callback definition #460

Closed zteln closed 2 years ago

zteln commented 2 years ago

Error in get callback definition. Error tuple was wrapped in ok tuple instead of alternative response.

edgurgel commented 2 years ago

Thank you!