文件名称:hapi-resource:这是为 hapi.js 创建的资源函数,目的是在编写 hapi 路由时减少样板代码的数量
文件大小:3KB
文件格式:ZIP
更新时间:2024-07-27 00:20:01
JavaScript
hapi资源 这是为 hapi.js 创建的资源函数,目的是在编写 hapi 路由时减少样板代码的数量。 ###安装 npm install hapi-resource ##用法 给定一个 API 控制器: var PostsController = { index : function ( request , reply ) { ... . } , show : function ( request , reply ) { ... . . } , create : function ( request , reply ) { ... . . } , } 你现在可以写: server . route ( resource ( { name : 'post' , controller : PostsContr
【文件预览】:
hapi-resource-master
----LICENSE(1KB)
----README.md(1KB)
----.gitignore(587B)
----index.js(776B)
----package.json(671B)