文件名称:node-pac:Node版pac脚本解析器
文件大小:29KB
文件格式:ZIP
更新时间:2024-05-29 09:53:03
node js script pac JavaScript
node-pac Node版pac脚本解析器。 安装 npm install --save node-pac 用法 var Pac = require('node-pac'); var pac = new Pac('https://raw.githubusercontent.com/imweb/node-pac/master/test/scripts/normal.pac'); pac.FindProxyForURL('http://9v.cn/index.html', function(err, res) { console.log(err, res); }); API Pac: 构造函数,可以通过new Pac(options)或Pac(options)两种方式生成Pac对象,其中: options为pac文件内容、本地的pac文件路径、或者http[s]链接,或者为以下对象: {
【文件预览】:
node-pac-master
----.eslintrc.js(612B)
----lib()
--------loadScript.js(730B)
--------request.js(1KB)
--------Pac.js(3KB)
--------pac-resolver()
----.npmignore(613B)
----.travis.yml(188B)
----LICENSE(1KB)
----test()
--------index.test.js(4KB)
--------scripts()
--------units()
----README.md(3KB)
----.editorconfig(292B)
----.gitignore(578B)
----index.js(52B)
----package.json(883B)