【文件属性】:
文件名称:koa-rutt:另一个koa路由库
文件大小:14KB
文件格式:ZIP
更新时间:2024-02-24 11:34:59
koa router koa-router KoaJavaScript
考阿鲁特
瑞典路由,用于Koa。
安装
npm install koa-rutt
用法
大多数功能将在下面进行演示。
var app = require ( 'koa' ) ( ) ;
Router = require ( 'koa-rutt' ) ;
var router = new Router ( ) ;
// Add pre-middleware.
router
. pre ( function * ( next ) {
// This will run on all HTTP methods first (GET, POST, etc);
} )
. pre (
【文件预览】:
koa-rutt-master
----.eslintrc(4KB)
----scripts()
--------gendox.js(4KB)
----lib()
--------route.js(2KB)
--------constants.js(407B)
--------compose.js(485B)
--------router.js(6KB)
----.npmignore(78B)
----.travis.yml(68B)
----LICENSE(1KB)
----test()
--------.eslintrc(203B)
--------unit.js(6KB)
--------support()
--------mocha.opts(37B)
----README.md(7KB)
----.gitignore(22B)
----index.js(135B)
----package.json(1KB)