Currently, Request.cpp handles parsing flat querystring vars
(var1=800&var2=900 ...)
It should be able to handle arrays
(arr[]=1&arr[]=2&arr[]=3)
This would result in a GET var 'arr' being an array with three values.
Original issue reported on code.google.com by sumpyg...@gmail.com on 1 Jul 2010 at 3:01
Original issue reported on code.google.com by
sumpyg...@gmail.com
on 1 Jul 2010 at 3:01