[17:43]<daniel_> Is it intended that the special *_array request parameters are not iterable in a for loop? [17:45]<daniel_> i.e. for (var key in req.data) won't reveal *_array parameters [17:47]<daniel_> btw: i've found the place and reason in the source code why *_array parameters are not iterable, i am just wondering if this behaviour is intended or otherwise a fix for it is welcome and makes sense. [17:49]<daniel_> in my js for loop i can check for the presence of req.data[key + "_array"] anyways, so it doesn't bother my that much.