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

Make it clear how to figure out if stream has completed #559

Open hadley opened 1 month ago

hadley commented 1 month ago

i.e. isIncomplete(resp$body)

Lets you tell know if non-blocking NULL means wait or give up.