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