router.stack中有匹配的layer
done完成请求流程
执行next,匹配下一个
push
router.route
app.all
layerhandle:fn
router.stack
设置layer.route=route
不是
fn
router.handle
layerhandle:route.dispatch
route
router.use
执行route.dispatch
是
route.stack
path
传入dispatch
有
无
是不是handle=route.dispatch的layer?
route[method]
app[method]
app.use
执行fn
app.route
router[method]