koa-router源码学习
2018-09-06
阅读 13 分钟
2.8k源码架构图 调用链路-routes() HTTP请求调用流程 Usage {代码...} Router {代码...} Layer {代码...} 给Router实例挂载HTTP方法 {代码...} Router.prototype.register {代码...} Router.prototype.match {代码...} Router.prototype.routes {代码...} Router.prototype.allowedMethod {代码...} Router.prototype.use {...