I was having some issues using the new querystring and url modules available in node. After reading through the new docs and talking to mediacoder on #node.js I put together the following gist that will allow you to parse the query string into an object and parse all posted form data into an object.

Optionally, I use process.mixin() to combine these objects into a common scope, "httpParams"