krwa
Toggle table of contents
0.3.0-rc.9
common
Target filter
common
Switch theme
Search in API
Skip to content
krwa
component-model
/
uk.shusek.krwa.component
/
WasiHttpRequest
Wasi
Http
Request
class
WasiHttpRequest
(
val
method
:
String
,
val
uri
:
String
,
val
headers
:
List
<
WasiHttpHeader
>
,
val
body
:
ByteArray
,
val
timeout
:
Duration
?
)
Members
Constructors
Wasi
Http
Request
Link copied to clipboard
constructor
(
method
:
String
,
uri
:
String
,
headers
:
List
<
WasiHttpHeader
>
,
body
:
ByteArray
,
timeout
:
Duration
?
)
Properties
body
Link copied to clipboard
val
body
:
ByteArray
headers
Link copied to clipboard
val
headers
:
List
<
WasiHttpHeader
>
method
Link copied to clipboard
val
method
:
String
timeout
Link copied to clipboard
val
timeout
:
Duration
?
uri
Link copied to clipboard
val
uri
:
String