rawBody method

Future<Uint8List> rawBody()

The body as raw bytes.

Implementation

Future<Uint8List> rawBody() => extractors.rawBody().require(this);