NewRelicHttpClientResponse constructor

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

Implementation

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