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
/
WasiHttpResponse
Wasi
Http
Response
class
WasiHttpResponse
Members
Constructors
Wasi
Http
Response
Link copied to clipboard
constructor
(
status
:
Int
,
headers
:
Map
<
String
,
List
<
String
>
>
,
body
:
ByteArray
)
constructor
(
status
:
Int
,
headers
:
Map
<
String
,
List
<
String
>
>
,
bodySource
:
RawSource
)
Properties
body
Link copied to clipboard
val
body
:
ByteArray
headers
Link copied to clipboard
val
headers
:
Map
<
String
,
List
<
String
>
>
status
Link copied to clipboard
val
status
:
Int
Functions
consume
Body
Source
Link copied to clipboard
fun
consumeBodySource
(
)
:
RawSource