Cgi.getArray

Use these if you expect multiple items submitted with the same name. btw, assert(getname is getArrayname[$-1); should pass. Same for post and cookies. the order of the arrays is the order the data arrives +//// like get, but an array of values per nam

class Cgi
immutable(string[][string]) getArray;
Suggestion Box / Bug Report