DataEntry

@Serializable
data class DataEntry(val requestURL: String, val requestMethod: String, val requestHeaders: List<CacheStorage.Header>, val responseTime: Double, val responseStatus: Int, val responseStatusText: String, val responseType: CacheStorage.CachedResponseType, val responseHeaders: List<CacheStorage.Header>)

Data entry.

Constructors

Link copied to clipboard
constructor(requestURL: String, requestMethod: String, requestHeaders: List<CacheStorage.Header>, responseTime: Double, responseStatus: Int, responseStatusText: String, responseType: CacheStorage.CachedResponseType, responseHeaders: List<CacheStorage.Header>)

Properties

Link copied to clipboard
Link copied to clipboard

Request method.

Link copied to clipboard

Request URL.

Link copied to clipboard
Link copied to clipboard

HTTP response status code.

Link copied to clipboard

HTTP response status text.

Link copied to clipboard

Number of seconds since epoch.

Link copied to clipboard