http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-wiretap
/
org.http4k.wiretap.domain
/
HarResponse
Har
Response
data
class
HarResponse
(
val
status
:
Int
,
val
statusText
:
String
,
val
httpVersion
:
String
,
val
headers
:
List
<
HarHeader
>
,
val
content
:
HarContent
,
val
headersSize
:
Int
,
val
bodySize
:
Int
)
(
source
)
Members
Constructors
Har
Response
Link copied to clipboard
constructor
(
status
:
Int
,
statusText
:
String
,
httpVersion
:
String
,
headers
:
List
<
HarHeader
>
,
content
:
HarContent
,
headersSize
:
Int
,
bodySize
:
Int
)
Properties
body
Size
Link copied to clipboard
val
bodySize
:
Int
content
Link copied to clipboard
val
content
:
HarContent
headers
Link copied to clipboard
val
headers
:
List
<
HarHeader
>
headers
Size
Link copied to clipboard
val
headersSize
:
Int
http
Version
Link copied to clipboard
val
httpVersion
:
String
status
Link copied to clipboard
val
status
:
Int
status
Text
Link copied to clipboard
val
statusText
:
String