koa-lite/lib
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
..
application.js fix: add named function for request and response handlers (#804) 2016-08-31 10:24:28 +08:00
context.js response: don't access res._headers directly when helpers exist 2017-02-25 21:12:18 -06:00
request.js Fix malformed content-type header causing exception on charset get (#897) 2017-02-12 00:02:53 +08:00
response.js response: don't access res._headers directly when helpers exist 2017-02-25 21:12:18 -06:00