koa path router:Koa的快速路由器 源码
koa路径路由器 快速简单的路由。 用于实现快速一致的查找。 安装 npm i --save koa-path-router 用法 一个最小的例子 const Koa = require ( 'koa' ) const app = new Koa ( ) const Router = require ( 'koa-path-router' ) const router = new Router ( { // define middleware for all routes (optional) middleware : [ async ( ctx , next ) => {
文件列表
koa-path-router-master.zip
(预估有个15文件)
koa-path-router-master
.eslintrc.yml
22B
.githooks
pre-commit
pre-commit.sh
34B
.gitignore
27B
package.json
1KB
package-lock.json
121KB
src
RouteHandler.js
867B
暂无评论