hapi-features:hapi.js 的简单功能管理

时间:2024-07-05 15:23:30
【文件属性】:

文件名称:hapi-features:hapi.js 的简单功能管理

文件大小:5KB

文件格式:ZIP

更新时间:2024-07-05 15:23:30

JavaScript

hapi-特征 hapi.js 的简单功能标志管理 安装 $ npm install hapi-features 用法 要使用这个插件,只需将它加载到你的 hapi.js 服务器中。 将您的功能标志作为选项属性传递给它。 它会将plugins.features属性添加到每个请求对象。 server . register ( { register : index , options : { "feature_a" : true , "feature_b" : false } } , function ( err ) { } ) ; 要在服务器运行时更​​新功能,请调用updateFeatures(features)方法 server . methods . updateFeatures ( { "new_conf" : true } ) ; 配置 简单的真/假 输入: {


【文件预览】:
hapi-features-master
----.travis.yml(54B)
----index.js(453B)
----package.json(658B)
----compute.js(678B)
----test()
--------index.js(2KB)
--------compute.js(3KB)
----LICENSE(1KB)
----.gitignore(526B)
----README.md(2KB)

网友评论