André Martins
09/07/2023, 4:21 PMHttpCallValidator
plugin on Ktor client how can I access request time for registering latency in case of exception handleResponseExceptionWithRequest
? When I do request.call
it says call is not initialized? Any ideias? AFAIK only way would be to set request time on request attributes and then access it thereAleksei Tirman [JB]
09/08/2023, 4:36 AMAndré Martins
09/08/2023, 8:46 AMrequest.attributes.getOrDefault(AttributeKey, default)
returns T? instead of T 😛