r-lib / httr2

Make HTTP requests and process their responses. A modern reimagining of httr.
https://httr2.r-lib.org
Other
237 stars 59 forks source link

Use prepared request in Performance #551

Closed hadley closed 2 months ago

hadley commented 2 months ago

This ensures that the method and body are correctly set for req_perform_parallel() and req_perform_promise(). Fixes #549