HttpResponse

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

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard