bodyBytes method
Retrieves the entire body of the request as a sequence of bytes.
Implementation
Future<List<int>> bodyBytes(int maxBytes) => _coreRequest.bodyBytes(maxBytes);
Retrieves the entire body of the request as a sequence of bytes.
Future<List<int>> bodyBytes(int maxBytes) => _coreRequest.bodyBytes(maxBytes);