RequestCachedResponseParameter

@Serializable
data class RequestCachedResponseParameter(val cacheId: String, val requestURL: String, val requestHeaders: List<CacheStorage.Header>)

Constructors

Link copied to clipboard
constructor(cacheId: String, requestURL: String, requestHeaders: List<CacheStorage.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.