bytes method

Stream<List<int>> bytes()

The body as a byte array stream.

Implementation

Stream<List<int>> bytes() => _request.read();