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
Currently crul's HttpClient retries silently which is I think a good default behaviour.
To print messages in ropensci/webmockr#32 (comment) I resorted to using an onwait() function.
onwait()
Could there be a verbose argument (FALSE by default), to have messages like with httr::RETRY()?
httr::RETRY()
The text was updated successfully, but these errors were encountered:
can you clarify what httr does - I don't see a verbose argument in httr::RETRY
Sorry, something went wrong.
It's called quiet in httr https://github.com/r-lib/httr/blob/6f931cf0943f633182bdfb591a7fa478a2ab5121/R/retry.R#L110
quiet
okay, i see, yes, can probably do that.
No branches or pull requests
Currently crul's HttpClient retries silently which is I think a good default behaviour.
To print messages in ropensci/webmockr#32 (comment) I resorted to using an
onwait()
function.Could there be a verbose argument (FALSE by default), to have messages like with
httr::RETRY()
?The text was updated successfully, but these errors were encountered: