IHttpResponse

data class IHttpResponse(val status: Int, val headers: Map<String, List<String>>, val body: String)

Constructors

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

Properties

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