I'm using Locations with a form, `method=get`. I c...
# ktor
v
I'm using Locations with a form,
method=get
. I can't create the URL with
locations.href
because I don't have the
GET
parameters, they're filled in by the form. Is there a better way of doing this, or is it just an edge case and I'm better leaving it as a hard-coded string?
s
You could extract the path from the location class and use that
v
By reflection into the annotation?
s
yes