文件名称:web-proxy:用于拦截和选择性缓存 HTTP 请求的 Web 代理(转发代理)
文件大小:220KB
文件格式:ZIP
更新时间:2024-07-09 05:09:01
JavaScript
网络代理 用于拦截和选择性缓存 HTTP 请求的 Web 代理(转发代理)。 > node ./bin/proxy.js --help Usage: proxy [options] [command] Commands: cache [options] Start HTTP cache proxy. queue [options] Start HTTP queue proxy. Options: -h, --help output usage information -V, --version output the version number > node ./bin/proxy.js cache --help Usage: cache [options] Start HTTP cache proxy. Options: -
【文件预览】:
web-proxy-master
----.gitignore(52B)
----README.md(5KB)
----bin()
--------proxy.js(3KB)
----tests()
--------webproxy.js(2KB)
----docs()
--------web-proxy.png(211KB)
----database()
--------proxy.sql(2KB)
----.eslintrc(1KB)
----package.json(798B)
----src()
--------program.js(3KB)
--------webproxy.js(6KB)
--------datastore.js(2KB)
--------translator.js(2KB)
----.travis.yml(125B)
----gulpfile.js(638B)