Hi, I need to access the Request in the handleResp...
# ktor
c
Hi, I need to access the Request in the handleResponseException, Is it possible?
s
I think call.request should be present. If not then call.response.request should be present.
c
typealias CallExceptionHandler = suspend (cause: Throwable) -> Unit
Only the throwable is directly exposed