anyone know anything about route interception in ktor? Can I intercept a route, modify the request, then sent it on its merry way down to the normal routing coroutine?
e
Evan R.
02/03/2020, 4:30 PM
Is this what you’re looking for? I personally use route interception for adding attributes to the request that can be read later on a route: https://ktor.io/advanced/pipeline/route.html