Is there any sample code to learn how to manpulate each request in Ktor by creating plugins or features?
I'm lookin for something like Interceptors in OkHttp. I know it's possible to use OkHttp as a Ktor engine but I want to manipulate requests in both platforms. iOS and Android
#ktor