ktor
2.0.3
3.0.0
3.0.0-rc-1
3.0.0-beta-2
3.0.0-beta-1
2.3.12
2.2.4
2.0.3
1.6.8
common
ktor-client-core
/
io.ktor.client.plugins.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