Open
Description
Line 95 in d8a03aa
Sometimes, in query strings, you need to pass lists. This is generally done by duplicating the same key over like: name=a&name=b
. juster folds these into a single parameter in the above code. Instead of using []=
to add new parameters, add
allows key duplicates.