文件名称:koa-response-censor:从响应正文中过滤掉某些键。 保守这些秘密!
文件大小:3KB
文件格式:ZIP
更新时间:2024-06-21 03:19:55
JavaScript
koa-response-审查员 从响应正文中过滤掉某些键。 保守这些秘密! 安装 使用安装 $ npm install koa-response-censor 用法 var app = require ( 'koa' ) ( ) , koaCensor = require ( 'koa-response-censor' ) ; app . use ( koaCensor ( { keys : [ 'pwdHash' , '_secretKey' , 'myPhoneNumber' ] } ) ) ; ... // any keys at any depth of the response body matching // a term found in the array above will be omitted from //
【文件预览】:
koa-response-censor-master
----.gitignore(13B)
----package.json(770B)
----.travis.yml(38B)
----index.js(305B)
----README.md(1KB)
----test()
--------tests.js(1KB)