1. 首页
  2. 数据库
  3. 其它
  4. http auth:用于HTTP基本和摘要访问身份验证的Node.js程序包 源码

http auth:用于HTTP基本和摘要访问身份验证的Node.js程序包 源码

上传者: 2021-02-08 12:14:34上传 ZIP文件 50.35KB 热度 16次
http认证 用于HTTP基本和摘要访问身份验证的软件包。 安装 通过git(或下载的tarball): $ git clone git://github.com/http-auth/http-auth.git 通过 : $ npm install http-auth 基本例子 // HTTP module const http = require ( "http" ) ; // Authentication module. const auth = require ( "http-auth" ) ; const basic = auth . basic ( { realm : "S
用户评论