curly designate a parameter normally, which can ma...
# ktor
o
curly designate a parameter normally, which can match arbitrary path constructs. Can be optional, or match multiple segments. If you want to capture a value use
{path…}
and parameter
path
will have a multivalue of all following segments.