On Wed, 24 Oct 2012 11:27:59 +0200, Sönke Ludwig wrote:

req.query contains the parameters of a query string form (req.form
is for POST forms). I'll improve the docs there.

How I can check what req.form["field"] is unset?
Otherwise it cause range violation if I attempt to access to them.