rfc7469-node:用于 HTTPS 公钥固定的 Express 中间件 (RFC 7469)

时间:2024-07-01 04:18:42
【文件属性】:

文件名称:rfc7469-node:用于 HTTPS 公钥固定的 Express 中间件 (RFC 7469)

文件大小:5KB

文件格式:ZIP

更新时间:2024-07-01 04:18:42

JavaScript

rfc7469-节点 用于 HTTPS 公钥固定的 Express 中间件 (RFC 7469) 例子 var rfc7469 = require ( 'rfc7469' ) ; var app = express ( ) ; app . use ( rfc7469 ( { includeSubdomains : true , maxAge : Date . now ( ) + 604800000 , reportURI : "http://mydomain.com/report" , pins : [ "E9CZ9INDbd+2eRQozYqqbQ2yXLVKB9+xcprMF+44U1g=" , "LPJNul+wow4m6DsqxbninhsWHlwfp0JecwQzYpOLmCQ=" ] } ) ) ; ... etc 用法 rfc7469(选


【文件预览】:
rfc7469-node-master
----src()
--------index.js(1008B)
----.npmignore(13B)
----LICENSE(1KB)
----README.md(2KB)
----test-src()
--------index.js(2KB)
----.gitignore(547B)
----package.json(906B)

网友评论