fun queryParameterValues(name: String): List<String?>
Returns all values for the query parameter name ordered by their appearance in this
URL. For example this returns ["banana"] for queryParameterValue("b") on
http://host/?a=apple&b=banana.