sumpygump / ultraviolet-mvc

A web framework written in C++
0 stars 1 forks source link

Parse querystring/post var arrays #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago

Original comment by sumpyg...@gmail.com on 1 Jul 2010 at 3:04