koa-lite/test
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
..
context response: don't access res._headers directly when helpers exist 2017-02-25 21:12:18 -06:00
experimental use strict in all .js files 2015-10-11 16:08:32 -07:00
request Fix malformed content-type header causing exception on charset get (#897) 2017-02-12 00:02:53 +08:00
response response: don't access res._headers directly when helpers exist 2017-02-25 21:12:18 -06:00
application.js fix(response): correct response.writable logic (#781) 2016-07-22 18:20:41 +08:00
context.js fix cookies' secure detect 2016-03-01 11:55:48 +08:00