We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HTTPoison.Base
Essentially, the warnings are like this one:
making private functions (process_request_headers/1 in this case) overridable is deprecated
From Slack:
Probably due to https://github.com/edgurgel/httpoison/blob/master/lib/httpoison/base.ex#L349 should probably be Module.definitions_in __MODULE__, :def
Module.definitions_in __MODULE__, :def
The text was updated successfully, but these errors were encountered:
Fixed by #201 ?
Sorry, something went wrong.
Will have to try from master, thanks.
Yup, works on master. Thanks. @edgurgel can we have a release?
0.11.0 is out! Hopefully we can get 1.0 out soon after this release! Thanks!
https://github.com/edgurgel/httpoison/releases/tag/v0.11.0
No branches or pull requests
Essentially, the warnings are like this one:
making private functions (process_request_headers/1 in this case) overridable is deprecated
From Slack:
The text was updated successfully, but these errors were encountered: