rawBody function

FromRequest<Uint8List> rawBody()

Reads the body as raw bytes.

Implementation

FromRequest<Uint8List> rawBody() => const RawBodyExtractable();