How can I install a feature(or `Application.interc...
# ktor
h
How can I install a feature(or `Application.intercept') only a subset of routes? For example every request to
com/foo
and
com/foo/***/***
should trigger the feature.
r
You can’t. If it’s your own feature you can implement it yourself