`/?q=&q` would prob be `['', '']` though i cou...
# server
d
/?q=&q
would prob be
['', '']
though i could see an api like
req.query.listOf("q")
vs
req.query.get("q")
where the latter always returns the last value