express學習筆記--router

route.js

Route.prototype._handles_method: 判斷Route是否能處理一個方法
Route.prototype._options: 支持的http方法
Route.prototype.dispatch: 執行next,next本質就是layer一層層的執行
Route.prototype.all 添加layer到中間件到stackspa

相關文章
相關標籤/搜索