WasiHttpResponse

Constructors

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

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val status: Int

Functions

Link copied to clipboard
fun consumeBodySource(): RawSource