Provides a stream of data as List
Stream<List<int>> get inputStream => sslEnabled ? _secureResponseController.stream : _responseController.stream;