Which is the correct way to intercept HTTP calls o...
# ktor
m
Which is the correct way to intercept HTTP calls on the phase when
call.response.status()
is already set? I've found many phases declared, but seems like they're local and not visible from
Route
where I'm trying to set interceptor.