pl.wendigo.chrome.domain.cachestorage

Package pl.wendigo.chrome.domain.cachestorage

Types

Cache

data class Cache

Cache identifier.

CachedResponse

data class CachedResponse

Cached response

CachedResponseType

enum class CachedResponseType

type of HTTP response cached

CacheStorageDomain

class CacheStorageDomain

CacheStorageDomain represents remote debugger protocol domain.

DataEntry

data class DataEntry

Data entry.

DeleteCacheRequest

data class DeleteCacheRequest

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

DeleteEntryRequest

data class DeleteEntryRequest

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

Header

data class Header

RequestCachedResponseRequest

data class RequestCachedResponseRequest

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

RequestCachedResponseResponse

data class RequestCachedResponseResponse

Represents response frame for CacheStorage.requestCachedResponse method call.

RequestCacheNamesRequest

data class RequestCacheNamesRequest

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

RequestCacheNamesResponse

data class RequestCacheNamesResponse

Represents response frame for CacheStorage.requestCacheNames method call.

RequestEntriesRequest

data class RequestEntriesRequest

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

RequestEntriesResponse

data class RequestEntriesResponse

Represents response frame for CacheStorage.requestEntries method call.

Type Aliases

CacheId

typealias CacheId = String

Unique identifier of the Cache object.