ktor-client-core
Toggle table of contents
3.2.1
common
Platform filter
common
Switch theme
Search in API
ktor-client-core
ktor-client-core
/
io.ktor.client.plugins.cache.storage
/
CachedResponseData
/
CachedResponseData
Cached
Response
Data
constructor
(
url
:
Url
,
statusCode
:
HttpStatusCode
,
requestTime
:
GMTDate
,
responseTime
:
GMTDate
,
version
:
HttpProtocolVersion
,
expires
:
GMTDate
,
headers
:
Headers
,
varyKeys
:
Map
<
String
,
String
>
,
body
:
ByteArray
)
(
source
)