Can I create a PR for extending the Ktor Server do...
# ktor
a
Can I create a PR for extending the Ktor Server docs on Routing? Because I am missing docs on typical usecases I find in other server libraries (e.g. ExpressJS etc) on middlewares. Especially adding auth guards on routing parts is pretty important. Having some clear docs on RouteSelector would be great because it is so powerful. And I have seen quite a few errors in blog posts related to auth guards for instance. Some usecases: • transparent routeselectors to show DSL example usages • route guards not only on authentication status
kodee loving 1
a
Yes, the pull requests are welcome. Can you please file an issue before submitting the PR?
a
Yes, will do!