RequestCachedResponseRequest

@Serializable
data class RequestCachedResponseRequest(val cacheId: CacheId, val requestURL: String, val requestHeaders: List<Header>)(source)

Request object containing input parameters for the CacheStorageDomain.requestCachedResponse command.

Constructors

Link copied to clipboard
constructor(cacheId: CacheId, requestURL: String, requestHeaders: List<Header>)

Properties

Link copied to clipboard

Id of cache that contains the entry.

Link copied to clipboard

headers of the request.

Link copied to clipboard

URL spec of the request.