How can I install addional plugins within `createR...
# ktor
b
How can I install addional plugins within
createRouteScopedPlugin
?
a
So do you want to install additional plugins into a route?
b
Yes. Just with a plugin. I found a workaround by doing it with a simple extension function.