Parse a query string (with or without leading "?") into a plain object. Repeated keys produce arrays.
The query string (e.g. "?a=1&b=2" or "a=1&b=2").
An object mapping keys to string values (or arrays for repeated keys).
Parse a query string (with or without leading "?") into a plain object. Repeated keys produce arrays.