RequestResponse

data class RequestResponse(val statusCode: Int, val headers: Map<String, String>, val body: String)

Constructors

Link copied to clipboard
constructor(statusCode: Int, headers: Map<String, String>, body: String)

Properties

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