I was wondering how a proposal for a different app...
# ktor
f
I was wondering how a proposal for a different approach on the routing configuration would be accepted. Something in the direction of middlewares (similar to expressjs)?! Also something that would return a response object instead of calling a method on a "call" import.
e
You can effectively do middlewares already, even per-route middlewares by intercepting the call pipeline. Would your proposal just be a way to make it more straightforward?