pl.wendigo.chrome.domain.cachestorage / RequestCachedResponseRequest

RequestCachedResponseRequest

data class RequestCachedResponseRequest (source)

Represents request frame that can be used with CacheStorage.requestCachedResponse method call.

Fetches cache entry.

Constructors

<init>

RequestCachedResponseRequest(cacheId: CacheId, requestURL: String, requestHeaders: List<Header>)

Represents request frame that can be used with CacheStorage.requestCachedResponse method call.

Properties

cacheId

val cacheId: CacheId

Id of cache that contains the entry.

requestHeaders

val requestHeaders: List<Header>

headers of the request.

requestURL

val requestURL: String

URL spec of the request.