tj / node-querystring

querystring parser for node and the browser - supporting nesting (used by Express, Connect, etc)
MIT License
455 stars 66 forks source link

ignore null and undefined values #44

Closed fredericosilva closed 11 years ago

fredericosilva commented 11 years ago

Not sure if this is a correct approach but it generates a query string with less noise.

What do you think?

mikeal commented 11 years ago

we just saw this as well using it in request, https://github.com/mikeal/request/issues/480, if it doesn't get merged before the next release i'll put us back on the core qs library.