bodyBytes method

Future<List<int>> bodyBytes (int maxBytes)

Retrieves the entire body of the request as a sequence of bytes.

Implementation

Future<List<int>> bodyBytes(int maxBytes) => _coreRequest.bodyBytes(maxBytes);