Yiyu He
Yiyu He
closes #1453 - `options.asyncLocalStorage` to enable - `app.ctxStorage` to get the asyncLocalStorage instance - `app.currenctContext` to get currenct context - node 13+ required Unfortunately, there is a large performance loss...
There are lots of PRs are blocked due to breaking change, and maybe it's time to make a plan for koa 3.0 now, if anyone has other suggestion, please post...
https://github.com/pillarjs/cookies/blob/master/lib/cookies.js#L74 https://github.com/pillarjs/cookies/blob/master/lib/cookies.js#L92 ```js const cookies = new Cookies(req, res, ['key', 'keys']); cookies.set('key', 'value'); // won't be signed cookies.set('key', 'value', { maxAge: 100 }); // will be signed ``` not sure...
可能是一个 Function 的示例 https://github.com/node-modules/hessian.js/blob/master/lib/v1/encoder.js#L30

- ^1.0.0 - ~1.0.0 - 0.0.3