har-parser
Toggle table of contents
3.4.0
common
Platform filter
common
Switch theme
Search in API
har-parser
har-parser
/
org.hildan.har
/
HarResponse
/
HarResponse
Har
Response
constructor
(
status
:
Long
,
statusText
:
String
,
httpVersion
:
String
,
headers
:
List
<
Header
>
,
cookies
:
List
<
Cookie
>
,
content
:
HarResponse.Content
,
redirectURL
:
String
,
headersSize
:
Long
,
bodySize
:
Long
,
transferSize
:
Long
,
error
:
String
?
=
null
)
(
source
)