Closed
Description
Hi, I'm scoping out your library :)
When looking at response.ts it seems that if the body is a stream, that's not supported, right? I'm new to got
so not sure how streams work.
If that's the case, would that be solved by using the consumeBody
function from node-fetch
?