一个egg的代理插件,适配midwayjs,基于 egg-proxy。
| egg-easy-proxy 版本 | egg 2.x |
|---|---|
| 1.x | 😁 |
| 0.x | ❌ |
// config/plugin.js
exports.easyProxy = {
enable: true,
package: 'egg-easy-proxy',
};// {app_root}/config/config.default.js
exports.easyProxy = [
{
host: 'http://127.0.0.1:1111',
match: /^\/test1/,
},
// {
// host: 'https://github.com',
// match: /^\/explore/,
// },
];请到 config/config.default.js 查看详细配置项说明。
$ npm run test请到 issues 异步交流。