文件名称:egg-http-proxy:鸡蛋的http代理
文件大小:17KB
文件格式:ZIP
更新时间:2024-05-26 14:28:53
http-proxy egg egg-plugin JavaScript
@ eggjs / http-proxy 一个基于egg httpclient的简单http代理。 安装 $ npm i @eggjs/http-proxy --save // {app_root}/config/plugin.js exports . httpProxy = { enable : true , package : '@eggjs/http-proxy' , } ; 用法 /** * @param { String } host - target host. * @param { Object } [options] - options for request, see https://github.com/node-modules/urllib * @param { Boolean } [options.withCredentials] - if tru
【文件预览】:
egg-http-proxy-master
----.gitignore(73B)
----README.md(3KB)
----.github()
--------PULL_REQUEST_TEMPLATE.md(877B)
----appveyor.yml(269B)
----test()
--------fixtures()
--------http-proxy.test.js(9KB)
----History.md(1KB)
----LICENSE(1KB)
----app()
--------extend()
----.eslintrc(37B)
----package.json(1KB)
----.autod.conf.js(333B)
----config()
--------config.default.js(799B)
--------config.unittest.js(524B)
----.eslintignore(9B)
----.travis.yml(192B)
----lib()
--------http_proxy.js(5KB)