[16:07]<simono> one thing i never liked in helma, and right now its bugging me, thats why i write: queryParams and postParams are so inconvinient [16:08]<simono> with REST (and imo in general b/c of standards) using the correct type of params is essential and i don't want to use req.data although it's seducingly short. [16:09]<simono> req.GET and req.POST would be nice :) those are sort of constant after all [16:10]<simono> anybody else care about that? .. i'll take a look at how NG handles it