1 Star 0 Fork 63

笨笨猪/moyu-server

forked from 舒小凯/apiflow-server 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
app.js 735 Bytes
一键复制 编辑 原始数据 按行查看 历史
舒小凯 提交于 2021-01-18 22:33 . remove: 移除无用校验规则
/*
@description 初始化程序
@author shuxiaokai
@create 2020-10-08 22:10
*/
//=====================================添加额外数据类型校验====================================//
class AppBootHook {
constructor(app) {
this.app = app;
}
async didLoad() {
//=========================================================================//
this.app.once("server", server => {
// websocket
});
this.app.on("request", ctx => {});
this.app.on("response", ctx => {
const used = Date.now() - ctx.starttime;
ctx.logger.info("操作用时", used, ctx.request.url);
});
}
}
module.exports = AppBootHook;
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/jom/moyu-server.git
git@gitee.com:jom/moyu-server.git
jom
moyu-server
moyu-server
master

搜索帮助