Varnish Module (vmod) for sorting query parameters. The code is a fork of std.querysort with the following modifications:
- Query parameters are sorted by key only.
- The sort is stable: the relative ordering of duplicate parameters is preserved.
- PHP array parameter keys (e.g. foo[]=1&foo[1]=2) are handled correctly (the keys compare as equal).