restify / clients

HttpClient, StringClient, and JsonClient extracted from restify
MIT License
57 stars 34 forks source link

feat(qs): support serializing objects into associative array params #189

Closed DonutEspresso closed 6 years ago

DonutEspresso commented 6 years ago

Restify deserializes ?foo[a]=1&foo[b]=2 into a POJO - seems restify-clients should be symmetrical and do the same on the way out.

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 88.427% when pulling d2042df93685f614e396c02cd385459c14bd323f on obj-qs into 7cd598352efa24abc9807a79557e30fec4c9a98b on master.

DonutEspresso commented 6 years ago

It seems qs doesn't support Node < 4, but I see that our Travis setup for 2.x branch has been doing that for some time.