egg-http Install $ npm i egg-http --save Usage // {app_root}/config/plugin.js exports.http = { enable: true, package: 'egg-http', }; Configuration // {app_root}/config/config.default.js exports.http = { }; see config/config.default.js for more detail. Example Questions & Suggestions Please open an issue here. License MIT