chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.network / CachedResource

CachedResource

data class CachedResource

Information about the cached resource.

Constructors

<init>

Information about the cached resource.

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

Properties

bodySize

Cached response body size.

val bodySize: Double

response

Cached response data.

val response: Response?

type

Type of this resource.

val type: ResourceType

url

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

val url: String