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