SimpleHttpResponse

data class SimpleHttpResponse(val status: Int, val headers: Map<String, String>, val body: ByteArray?)

Author

CJ

Constructors

Link copied to clipboard
constructor(status: Int, headers: Map<String, String>, body: ByteArray?)

Properties

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

Functions

Link copied to clipboard
open override fun toString(): String