文件名称:more-router:用于 JS 的路由器库
文件大小:8KB
文件格式:ZIP
更新时间:2024-07-06 18:44:52
JavaScript
更多路由器 介绍 more-router 是一个路由库。 它既可以在客户端运行,也可以在服务器上运行。 它可能的特殊品质包括: 它有一个优先级系统:给定模式/foo和模式/{myvariable} ,路径/foo将匹配模式/foo ,而不是变量。 您将文本和变量混合在一个段中: /prefix{variable} 发布者抽象,您可以在其中表达路由仅响应特定请求,即仅 GET 请求。 用法 var moreRouter = require ( 'more-router' ) ; var router = new moreRouter . Router ( ) ; // second argument can be anything you like; here we use a string // for easy demonstration of the API
【文件预览】:
more-router-master
----src()
--------main.js(145B)
--------publisher.js(2KB)
--------nestedmap.js(1KB)
--------router.js(6KB)
----.npmignore(8B)
----test()
--------test_nestedmap.js(1KB)
--------test_router.js(5KB)
--------test_publisher.js(2KB)
--------mocha.opts(38B)
--------test_imports.js(270B)
----README.md(2KB)
----.gitignore(17B)
----package.json(662B)