ropensci / crul

R6 based http client for R (for developers)
https://docs.ropensci.org/crul
Other
107 stars 17 forks source link

maybe add retry option to ok() #142

Open sckott opened 4 years ago

sckott commented 4 years ago

via #138

a little complicated. do we just do a few get or head requests internally or actually use the retry method of HttpClient, if the latter need to open the various params in retry to the user.