Mupli
Results
23
comments of
Mupli
nor some of the headers like content-encoding and sending binary data.
well shouldn't that be out of box ? parse("a=3") => {a:3}
hm... though it won't help my case. You could have some compiler to declare .. for example : const parser = qs.compile({age:"number"}) paser.parse("age=3&a=3") => {age:3, a:"3"}