Yipeng Zhao

Results 6 comments of Yipeng Zhao

借楼问下... @Eric-Guo 为什么把rest-client切换到http?因为我也在做类似的封装0.0

I found same issue and pass it with koa-better-http-proxy

I'm a little worry about that adding square brackets would cause version break rather than minor version update with feature improvement. A quick fix would be use another parameter to...

I think your concern is more on `parse` rather than how we stringify a list. If `Qs.parse("foo=a,b", {comma: true}) // {foo: ['a', 'b']}` and `Qs.parse("foo=a, {comma: true}) // {foo: ['a']})`...

Instead of changing the default behavior of `arrayFormat: 'comma'`, we could add another option such as `commaSuffix: false // false | 'bracket', with false as default`, and for this issue...

I have signed CLA :)