I like the idea of a location with url and args. B...
# ktor
m
I like the idea of a location with url and args. But I would rather have my own location class What I fundamentally want is breaking the dependency to ktor as quickly as possible. declare a routing / extract params from request / call into other non-ktor module with raw types. But now how do I create urls to locations? I use my own location with url and Any vals, and then map MyLocation to a ktor location.