pl.wendigo.chrome.api.network / CachedResource

CachedResource

data class CachedResource (source)

Information about the cached resource.

Link
Network#CachedResource type documentation.

Constructors

<init>

CachedResource(url: String, type: ResourceType, response: Response? = null, bodySize: Double)

Information about the cached resource.

Properties

bodySize

val bodySize: Double

Cached response body size.

response

val response: Response?

Cached response data.

type

val type: ResourceType

Type of this resource.

url

val url: String

Resource URL. This is the url of the original network request.