koa-lite/test/context
Ilkka Oksanen 91c403a541 response: don't access res._headers directly when helpers exist
res._headers is considered internal to node itself. Its value will
change in a backwards incompatible way in the future node releases.

Use the documented helper functions instead when they are available.
2017-02-25 21:12:18 -06:00
..
assert.js use strict in all .js files 2015-10-11 16:08:32 -07:00
cookies.js fix cookies' secure detect 2016-03-01 11:55:48 +08:00
inspect.js use strict in all .js files 2015-10-11 16:08:32 -07:00
onerror.js response: don't access res._headers directly when helpers exist 2017-02-25 21:12:18 -06:00
state.js use strict in all .js files 2015-10-11 16:08:32 -07:00
throw.js use strict in all .js files 2015-10-11 16:08:32 -07:00
toJSON.js use strict in all .js files 2015-10-11 16:08:32 -07:00