mangadex-pub / lbvmod-querysort

Fork of Wikimedia's fork of std.querysort with stable query sort capacity for additive parameters

Home Page:https://wikitech.wikimedia.org/wiki/Query_string_normalization#Varnish

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vmod_querysort

Varnish Module (vmod) for sorting query parameters. The code is a fork of std.querysort with the following modifications:

  1. Query parameters are sorted by key only.
  2. The sort is stable: the relative ordering of duplicate parameters is preserved.
  3. PHP array parameter keys (e.g. foo[]=1&foo[1]=2) are handled correctly (the keys compare as equal).

About

Fork of Wikimedia's fork of std.querysort with stable query sort capacity for additive parameters

https://wikitech.wikimedia.org/wiki/Query_string_normalization#Varnish

License:Other


Languages

Language:C 40.7%Language:M4 40.7%Language:Makefile 11.7%Language:Shell 6.9%