> {param...} – captured tailcard, matches all t...
# ktor
o
{param...} – captured tailcard, matches all the rest of the URI and puts multiple values for each path segment into parameters using param as key. Use call.parameters.getAll(“param”) to get all values.