chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.cachestorage

Package org.hildan.chrome.devtools.domains.cachestorage

Types

Cache

Cache identifier.

data class Cache

CachedResponse

Cached response

data class CachedResponse

CachedResponseType

type of HTTP response cached

enum class CachedResponseType

CacheId

Unique identifier of the Cache object.

typealias CacheId = String

CacheStorageDomain

Official doc

class CacheStorageDomain

DataEntry

Data entry.

data class DataEntry

DeleteCacheRequest

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

data class DeleteCacheRequest

DeleteEntryRequest

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

data class DeleteEntryRequest

Header

Official doc

data class Header

RequestCachedResponseRequest

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

data class RequestCachedResponseRequest

RequestCachedResponseResponse

Response type for the CacheStorageDomain.requestCachedResponse command.

data class RequestCachedResponseResponse

RequestCacheNamesRequest

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

data class RequestCacheNamesRequest

RequestCacheNamesResponse

Response type for the CacheStorageDomain.requestCacheNames command.

data class RequestCacheNamesResponse

RequestEntriesRequest

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

data class RequestEntriesRequest

RequestEntriesResponse

Response type for the CacheStorageDomain.requestEntries command.

data class RequestEntriesResponse