Listens to this streamed request/response body and combines all chunks of bytes into a single list of bytes.
Future<Uint8List> toBytes() => http_utils.reduceByteStream(byteStream);