Produces the value, or the rejection that stops the handler.
@override Future<Result<Stream<List<int>>, Rejection>> extract(Request request) async { return Ok(request.read()); }