ropensci-books / http-testing

HTTP testing for R
https://books.ropensci.org/http-testing/
Creative Commons Zero v1.0 Universal
53 stars 17 forks source link

httr2 now supported in vcr/webmockr #108

Closed sckott closed 1 week ago

sckott commented 1 month ago

Maybe other things that should be changed/mentioned ...

cc @maelle

sckott commented 1 month ago

Files to change:

This also works with httr. The only difference is that you write to disk with a function httr::write_disk(path) rather than a parameter.

Anything to say about httr2?

maelle commented 1 month ago

do you want to make a PR? :smile_cat:

sckott commented 1 month ago

thanks @maelle , yes I started working on one and will submit it soon. might you have time to review?

maelle commented 1 month ago

yes I will have time to review!

sckott commented 1 month ago

Thanks!