HttpClientResponse

Interface for a generic HTTP client response.

Properties

Link copied to clipboard
abstract val body: String

The body of the response.

Link copied to clipboard
abstract val statusCode: Int

The status code of the response.