This commit changes ServerRequest.queryParams from returning a List<String> given a String name, to returning a MultiValueMap<String, String>, which gives more flexibility. |
||
|---|---|---|
| .. | ||
| main | ||
| test | ||
This commit changes ServerRequest.queryParams from returning a List<String> given a String name, to returning a MultiValueMap<String, String>, which gives more flexibility. |
||
|---|---|---|
| .. | ||
| main | ||
| test | ||