Koa日志工具
- Source:
Methods
(async, inner) koaLogger(ctx, next) → {Promise.<void>}
Koa性能测试的中间件。打印请求处理的总体时间和返回的状态码。
- Source:
Parameters:
Name | Type | Description |
---|---|---|
ctx |
Koa.context
|
|
next |
function
|
Returns:
- Type:
-
Promise.<void>