body property

Stream<Uint8List> get body

Single-subscription request body stream.

Like Shelf and dart:io request bodies, this can be consumed once. If a handler needs to inspect the body in multiple places, buffer it explicitly in application code.

Implementation

Stream<Uint8List> get body;