Get rid of PHP/Rails style parameter munging.
authorPeter Griess <pg@std.in>
Mon, 13 Sep 2010 18:54:30 +0000 (13:54 -0500)
committerRyan Dahl <ry@tinyclouds.org>
Mon, 13 Sep 2010 19:39:30 +0000 (12:39 -0700)
commit422d3c93bc7391e105cfb4363011088c27ec86a6
tree70a30ffb42ee712f08d8b9f28e4b02009a7dc56d
parentdebf3894906e5b52f16c066e81679997538a55e2
Get rid of PHP/Rails style parameter munging.

- Handle only the most basic of query string parsing and construction.
  Leave the rest (e.g. Rails/PHP behaviors) to modules higher up the
  stack, like Express.
doc/api.markdown
lib/querystring.js
test/simple/test-querystring.js