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
Remove httr as a dependency and eventually also replace curl if possible.
httr
curl
Major benefits to using httr2 for everything:
httr2
vcr
httptest2
httr2::req_cache()
tryCatch()
The text was updated successfully, but these errors were encountered:
Big chunk of this done with #49 Still left:
Sorry, something went wrong.
Aariq
Successfully merging a pull request may close this issue.
Remove
httr
as a dependency and eventually also replacecurl
if possible.Major benefits to using
httr2
for everything:vcr
orhttptest2
in testshttr2::req_cache()
? #72)tryCatch()
as much or at all for error handlingThe text was updated successfully, but these errors were encountered: