anyone know anything about route interception in k...
# ktor
s
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
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