Closed DonutEspresso closed 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.
?foo[a]=1&foo[b]=2
Coverage remained the same at 88.427% when pulling d2042df93685f614e396c02cd385459c14bd323f on obj-qs into 7cd598352efa24abc9807a79557e30fec4c9a98b on master.
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.
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.