r-lib / httr2

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

req_perform_parallel respects req_error settings #506

Closed gergness closed 1 month ago

gergness commented 2 months ago

Discovered while working on #505 - It seems like an oversight that req_perform_parallel() doesn't respect req_error() error handling.