Possible Duplicate:
how to get GET (query string) variables in node.js?
I am very new to Node.js and am trying a few simple examples to get familiar with what it can do. I am trying to pull values from a request's query string but can seem to find how it's done. I had a look at a querystring module but it seems to be more for serializing objects to query strings. Is there a native function for parsing a query string?