NewRelicHttpClientResponse constructor

NewRelicHttpClientResponse(
  1. HttpClientResponse _httpClientResponse,
  2. HttpClientRequest request,
  3. int timestamp,
  4. dynamic traceData, {
  5. dynamic params,
})

Implementation

NewRelicHttpClientResponse(
    this._httpClientResponse, this.request, this.timestamp, this.traceData,
    {this.params}) {
  _wrapperStream = _readAndRecreateStream(_httpClientResponse);
}