r-lib / httr2

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

Allow `req_perform_stream()` to specify max wait time #519

Closed hadley closed 1 month ago

hadley commented 2 months ago

So it calls the callback either when the buffer is full or when the time has elapsed.

hadley commented 2 months ago

And when time = 0 it just streams what ever it has?

hadley commented 1 month ago

Superseded by req_perform_connection() which has more pull based semantics.