Response

data class Response(val body: ByteArray?, val time: Long, val headers: Map<String, String>, val status: Int, val bodyType: BodyType)

Constructors

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

Properties

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