koajs / koa

Expressive middleware for node.js using ES2017 async functions
https://koajs.com
MIT License
35.11k stars 3.22k forks source link

Update docs response aliases #1768

Closed hustLer2k closed 1 year ago

hustLer2k commented 1 year ago

Add has, vary and writable to the list of response aliases for context. https://github.com/koajs/koa/blob/master/lib/context.js#L199-L216

Checklist