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