route.js
Route.prototype._handles_method: 判断Route是否能处理一个方法
Route.prototype._options: 支持的http方法
Route.prototype.dispatch: 执行next,next本质就是layer一层层的执行
Route.prototype.all 添加layer到中间件到stack
Route.prototype._handles_method: 判断Route是否能处理一个方法
Route.prototype._options: 支持的http方法
Route.prototype.dispatch: 执行next,next本质就是layer一层层的执行
Route.prototype.all 添加layer到中间件到stack
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。