koa-lite/lib
Aaron Heckmann 6392ee0407 return same object from request.query
Before this change, calling request.query when there was no querystring
resulted in a new object created and returned each time. If the resulting
object was ever changed, accessing request.query would not reflect it and
cause weird bugs.
2015-05-21 12:55:58 -07:00
..
application.js remove body empty detect 2015-03-29 14:40:09 +08:00
context.js non-error thrown, fixed #432 2015-04-14 10:34:55 +08:00
request.js return same object from request.query 2015-05-21 12:55:58 -07:00
response.js make sure helpers return strict string 2015-04-29 01:44:02 +08:00