bodyStream function
Hands the body to the handler as an unread stream.
Implementation
FromRequest<Stream<List<int>>> bodyStream() => const StreamBodyExtractable();
Hands the body to the handler as an unread stream.
FromRequest<Stream<List<int>>> bodyStream() => const StreamBodyExtractable();