CachedResponseData

class CachedResponseData(val url: Url, val statusCode: HttpStatusCode, val requestTime: GMTDate, val responseTime: GMTDate, val version: HttpProtocolVersion, val expires: GMTDate, val headers: Headers, val varyKeys: Map<String, String>, val body: ByteArray)

Cached representation of response

Constructors

Link copied to clipboard
constructor(url: Url, statusCode: HttpStatusCode, requestTime: GMTDate, responseTime: GMTDate, version: HttpProtocolVersion, expires: GMTDate, headers: Headers, varyKeys: Map<String, String>, body: ByteArray)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val url: Url
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int