Axer
Toggle table of contents
1.1.10
common
Platform filter
common
Switch theme
Search in API
Axer
Axer
/
io.github.orioneee.domain.requests
/
Request
Request
common
data
class
Request
(
val
method
:
String
,
val
sendTime
:
Long
,
val
host
:
String
,
val
path
:
String
,
val
body
:
ByteArray
?
,
val
headers
:
Map
<
String
,
String
>
)
Members
Constructors
Request
Link copied to clipboard
common
constructor
(
method
:
String
,
sendTime
:
Long
,
host
:
String
,
path
:
String
,
body
:
ByteArray
?
,
headers
:
Map
<
String
,
String
>
)
Properties
body
Link copied to clipboard
common
val
body
:
ByteArray
?
headers
Link copied to clipboard
common
val
headers
:
Map
<
String
,
String
>
host
Link copied to clipboard
common
val
host
:
String
method
Link copied to clipboard
common
val
method
:
String
path
Link copied to clipboard
common
val
path
:
String
send
Time
Link copied to clipboard
common
val
sendTime
:
Long