Return a map containing a URI's query string names and their values. The
returned names and values will be URI decoded. If the query string contains
multiple instances of the same name, then the last occurrence will be used.
If the query string is empty, an empty map is returned.
Return a map containing a URI's query string names and their values. The returned names and values will be URI decoded. If the query string contains multiple instances of the same name, then the last occurrence will be used.
If the query string is empty, an empty map is returned.