ktor-client-core / io.ktor.client.statement / DefaultHttpResponse / status

status

val status: HttpStatusCode

Overrides HttpResponse.status

The HttpStatusCode returned by the server. It includes both, the HttpStatusCode.description and the HttpStatusCode.value (code).