https://kotlinlang.org logo
#ktor
Title
# ktor
s

sonofblip

01/28/2020, 5:40 PM
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
5 Views