querystring: custom encode and decode
authorfengmk2 <fengmk2@gmail.com>
Tue, 29 Apr 2014 01:40:40 +0000 (09:40 +0800)
committerTimothy J Fontaine <tjfontaine@gmail.com>
Thu, 22 May 2014 15:21:55 +0000 (08:21 -0700)
commit4729202d1ef102794616fbc460af6b2ac2a31131
tree1e6f807d5b371c7d4d8b1d62ed300249db599d41
parentf09b02786ffd1f987df623aa670c26216b0682c9
querystring: custom encode and decode

Not all querystring are utf-8 encoding, make querystring can be used
to encode / decode `non-utf8` encoding string if necessary.

Signed-off-by: Timothy J Fontaine <tjfontaine@gmail.com>
doc/api/querystring.markdown
lib/querystring.js
test/simple/test-querystring.js