Hello. Is there a way to get query parameters, pat...
# ktor
m
Hello. Is there a way to get query parameters, path parameters and address tail separately? Using
params
is not an option, query parameters could easily clash with path segments. I can do to my path segments what
kotlinc
does to function names if they accept/return inline class instances, but this is kinda ugly workaround:
/user/{userName-100500}/feed