Is `{param...}` tailcard matcher supposed to also ...
# ktor
n
Is
{param...}
tailcard matcher supposed to also capture the segment it is located in? i.e. should
test{param...}
matched against
api/test/foo/bar
capture
/foo/bar
or
test/foo/bar
?