static string
normalizeQueryString(string $qs)
Normalizes a query string. It builds a normalized query string, where keys/value pairs are alphabetized, have consistent escaping and unneeded delimiters are removed.
Parameters string $qs Query string Return Value string A normalized query string for the Request