brabo-hi
ktor-2.0
handleResponseExceptionWithRequest
request.call.response.status
val client = HttpClient { expectSuccess = true HttpResponseValidator { handleResponseExceptionWithRequest { exception, request -> request.call.response.status // throw kotlin.UninitializedPropertyAccessException: lateinit property response has not been initialized } } }
Aleksei Tirman [JB]
A modern programming language that makes developers happier.