Axer
Toggle table of contents
1.2.12
common
Target filter
common
Switch theme
Search in API
Skip to content
Axer
Axer
/
io.github.orioneee
/
Response
Response
data
class
Response
(
val
body
:
ByteArray
?
,
val
time
:
Long
,
val
headers
:
Map
<
String
,
String
>
,
val
status
:
Int
,
val
bodyType
:
BodyType
)
Members
Constructors
Response
Link copied to clipboard
constructor
(
body
:
ByteArray
?
,
time
:
Long
,
headers
:
Map
<
String
,
String
>
,
status
:
Int
,
bodyType
:
BodyType
)
Properties
body
Link copied to clipboard
val
body
:
ByteArray
?
body
Type
Link copied to clipboard
val
bodyType
:
BodyType
headers
Link copied to clipboard
val
headers
:
Map
<
String
,
String
>
status
Link copied to clipboard
val
status
:
Int
time
Link copied to clipboard
val
time
:
Long