No, intercept doesn’t return anything, it can modi...
# ktor
o
No, intercept doesn’t return anything, it can modify the context, or proceed with different call. You can put stuff into
call.attributes
and then get it from handlers (get/post)