NewRelicHttpClientResponse constructor
NewRelicHttpClientResponse(
- HttpClientResponse _httpClientResponse,
- HttpClientRequest request,
- int timestamp,
- dynamic traceData, {
- dynamic params,
Implementation
NewRelicHttpClientResponse(
this._httpClientResponse, this.request, this.timestamp, this.traceData,
{this.params}) {
_wrapperStream = _readAndRecreateStream(_httpClientResponse);
}