HttpResponse
data class HttpResponse(val httpRequest: HttpRequest, val url: String, val status: Int, val headers: Map<String, String>, var body: ByteArray)
Functions
Properties
Link copied to clipboard
The corresponding request object of this response
Link copied to clipboard
The URL of the corresponding request. May differ from HttpRequest.url when redirects have happened.