extractQueryParameters
Extracts the query parameters from the optional trailing ?a=b&c=d portion of a subject.
Return
A map of query parameter names to values, or an empty map when the subject has no query.
Parameters
path
The subject to extract query parameters from.