HttpResponse

data class HttpResponse(responseCode: Int, body: String, headers: List<HttpHeader>)

Properties

body
Link copied to clipboard
common
val body: String
headers
Link copied to clipboard
common
val headers: List<HttpHeader>
responseCode
Link copied to clipboard
common
val responseCode: Int

Sources

common source
Link copied to clipboard