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()?