Axer
Toggle table of contents
1.1.10
common
Platform filter
common
Switch theme
Search in API
Axer
Axer
/
io.github.orioneee.domain.requests
/
Response
Response
common
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
common
constructor
(
body
:
ByteArray
?
,
time
:
Long
,
headers
:
Map
<
String
,
String
>
,
status
:
Int
,
bodyType
:
BodyType
)
Properties
body
Link copied to clipboard
common
val
body
:
ByteArray
?
body
Type
Link copied to clipboard
common
val
bodyType
:
BodyType
headers
Link copied to clipboard
common
val
headers
:
Map
<
String
,
String
>
status
Link copied to clipboard
common
val
status
:
Int
time
Link copied to clipboard
common
val
time
:
Long