ktor
1.6.8
2.2.3
2.2.2
2.2.1
2.2.0
2.0.3
2.0.2
2.0.1
2.0.0
2.0.0-rc-1
2.0.0-beta-1
1.6.8
1.6.7
common
ktor-client-core
/
io.ktor.client.features.cache
/
HttpCacheEntry
Http
Cache
Entry
common
class
HttpCacheEntry
Content copied to clipboard
Client single response cache with
expires
and
varyKeys
.
Functions
Properties
Functions
equals
Link copied to clipboard
common
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
Content copied to clipboard
hash
Code
Link copied to clipboard
common
open
override
fun
hashCode
(
)
:
Int
Content copied to clipboard
Properties
body
Link copied to clipboard
common
val
body
:
ByteArray
Content copied to clipboard
expires
Link copied to clipboard
common
val
expires
:
GMTDate
Content copied to clipboard
response
Link copied to clipboard
common
val
response
:
HttpResponse
Content copied to clipboard
varyKeys
Link copied to clipboard
common
val
varyKeys
:
Map
<
String
,
String
>
Content copied to clipboard