ResponseHandler
bytes() async
Read and return the full response body as bytes.
Returns
bytes: The concatenated byte content from the stream.
stream() async
Return the raw asynchronous stream for manual iteration.
Returns
Any: The underlying async iterable stream.