webapi router:基于Koa创建具有与Asp.Net WebApi相同感觉的静态api 源码
webapi路由器 创建具有Asp.Net WebApi相同感觉的Restful API应用程序 特征 不需要写烦人的koa.use(...)。 相反,webapi-router将自动使用控制器文件路径作为路由器路径。 另外,使用装饰器@GET(path)可以直接指示路由器路径。 支持@GET , @POST , @DELETE , @PUT , @OPTIONS , @HEAD , @PATCH 。 用法 1.在index.ts / js中设置控制器文件夹和Restful api前缀。 import { WebApiRouter } from '../lib/index' ; app
文件列表
webapi-router-master.zip
(预估有个18文件)
webapi-router-master
.vscode
launch.json
933B
settings.json
40B
tasks.json
274B
lib
fileUtil.ts
953B
index.ts
4KB
paramType.ts
55B
decorators.ts
3KB
暂无评论