nealrichardson / httptest2

Utilities for testing R 📦s that use httr2
https://enpiar.com/httptest2/
Other
26 stars 6 forks source link

Handle requests that write responses to disk #4

Closed nealrichardson closed 2 years ago

nealrichardson commented 2 years ago

In httr this was something about write_disk() somewhere, and we had to track both the response object itself and the file it wrote out.