HttpResponse

data class HttpResponse(val status: Int, val jsonString: JsonString)(source)

Represents an HTTP response.

Parameters

status

The status code of the response.

jsonString

The JSON string representing the response body.

Constructors

Link copied to clipboard
constructor(status: Int, jsonString: JsonString)

Properties

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