StethoHttpClientResponse constructor
StethoHttpClientResponse(
- HttpClientResponse response,
- Stream<
List< streamint> >
Constructs a new StethoHttpClientResponse that wraps response
and uses stream
as the data source for the response body.
Implementation
StethoHttpClientResponse(this.response, Stream<List<int>> stream)
: super(stream);