bodyStream function

FromRequest<Stream<List<int>>> bodyStream()

Hands the body to the handler as an unread stream.

Implementation

FromRequest<Stream<List<int>>> bodyStream() => const StreamBodyExtractable();