HttpClientCachedResponse constructor

HttpClientCachedResponse(
  1. HttpClientResponse response,
  2. HttpCacheObject cacheObject
)

Implementation

HttpClientCachedResponse(this.response, this.cacheObject);