helapkg / hela

:icecream: Powerful software development experience and management. Enhancing @tc39 JS, @denoland and @nodejs, because we need a bit of magic. :sparkles: You can think of it as Cargo for the JavaScript ecosystem.
Mozilla Public License 2.0
331 stars 41 forks source link

fix application/x-www-form-urlencoded parse error #57

Closed yeliex closed 8 years ago

yeliex commented 8 years ago

fix #56

yeliex commented 8 years ago

@tunnckoCore

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling de5f9f9c6f2b6a6ddc47acb0a29941a05c445e09 on yeliex:master into a01f5e9771fbf45f8870b541dc44c266c6c19999 on tunnckoCore:master.

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 3c3b04c3b47a81b4d957f52337d76c428469fa58 on yeliex:master into a01f5e9771fbf45f8870b541dc44c266c6c19999 on tunnckoCore:master.

tunnckoCore commented 8 years ago

Nope. Intentionally removed co stuff and started using koa-body-parsers in v2. The whole refactor was about that thing. You can pass different qs to be used in app.querystring. By default it uses the internal querystring module https://nodejs.org/api/querystring.html here https://github.com/koajs/body-parsers/blob/master/index.js#L53.

This package is pretty much configurable by options.