Rewrote QueryString.parse to make it smaller and more effective.
authorDmitry Baranovskiy <Dmitry@Baranovskiy.com>
Tue, 29 Jun 2010 08:24:43 +0000 (18:24 +1000)
committerRyan Dahl <ry@tinyclouds.org>
Wed, 30 Jun 2010 06:52:42 +0000 (23:52 -0700)
commitf8ca6b383c1cac95ba9a9bcddfe66cc62b09558b
tree0422360a17994cad8499e0cf3b2941c8cd107f41
parent0a8bd34b6993156da074ff89863f12e404e36ede
Rewrote QueryString.parse to make it smaller and more effective.

Also added ability to parse foo.bar=4 equal to foo[bar]=4
Added tests for this as well
lib/querystring.js
test/simple/test-querystring.js