toggle menu
chrome-devtools-kotlin
6.2.0-1326544
common
switch theme
search in API
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.cachestorage
/
DataEntry
/
DataEntry
Data
Entry
constructor
(
requestURL
:
String
,
requestMethod
:
String
,
requestHeaders
:
List
<
Header
>
,
responseTime
:
Double
,
responseStatus
:
Int
,
responseStatusText
:
String
,
responseType
:
CachedResponseType
,
responseHeaders
:
List
<
Header
>
)