How to modify the response content and set it again in a interceptor android ktor?
client.receivePipeline.intercept(HttpReceivePipeline.Before) { response ->
//TODO modified the response.content ?????
}
How to modify the response content and set it again in a interceptor android ktor?
client.receivePipeline.intercept(HttpReceivePipeline.Before) { response ->
//TODO modified the response.content ?????
}