Request Cached Response Request
data class RequestCachedResponseRequest(cacheId: CacheId, requestURL: String, requestHeaders: List<Header>)
Content copied to clipboard
Represents request frame that can be used with CacheStorage#requestCachedResponse operation call.
Fetches cache entry.
See also
Constructors
RequestCachedResponseRequest
Link copied to clipboard
fun RequestCachedResponseRequest(cacheId: CacheId, requestURL: String, requestHeaders: List<Header>)
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard