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