Creates a new streaming request.
StreamedRequest(super.method, super.url) : _controller = StreamController<List<int>>(sync: true);