You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* requests no longer inherit from Koa requests; they're plain dicts with the bare minimum of fields, no special prototype, all-enumerable properties; use `request.ctx` to access Koa stuff
* requests can be copied and patched without regard for prototypes or non-enumerables
* replaced `extend` with `patch`: just a non-mutating version of `Object.assign`