ropensci / vcr

Record HTTP calls and replay them
https://docs.ropensci.org/vcr
Other
77 stars 12 forks source link

maybe record `times` in cassettes #23

Closed sckott closed 4 years ago

sckott commented 6 years ago
library(cur)
res <- curl_fetch_memory("http://httpbin.org/cookies/set?foo=123&bar=ftw")
res$times
     redirect    namelookup       connect   pretransfer starttransfer
     0.168967      0.000143      0.000149      0.000239      0.080676
        total
     0.249686

right now we don't record this stuff, maybe should to more accurately replicate real response

sckott commented 4 years ago

nah, no ones asked for it either, closing