HttpResponse

class HttpResponse(val status: Int, val headers: Map<String, List<String>>, val body: ByteArray)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

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

Functions

Link copied to clipboard
inline fun <T> typedBody(json: Json = mapper): T