hellman
Rustam Siniukov
expectSuccess = false
val response = client.get<HttpResponse>(...) { expectSuccess = false }
ResponseException
val response = try { client.get(...) } catch (cause: ResponseException) { cause.response }
A modern programming language that makes developers happier.