{"library":"egg-axios","type":"library","category":null,"description":"A plugin for integrating Axios into Egg.js applications. Version 1.1.6 wraps Axios to provide a convenient `ctx.http` API for making HTTP requests within Egg.js context. It supports GET, POST, and other methods with built-in URL parameter handling (e.g., `/user/:id`). The plugin is minimal and relies on Axios's documentation for full feature details. It has not been updated recently and is suitable for simple integrations, but lacks TypeScript typings and modern ESM support.","language":"javascript","status":"maintenance","version":"1.1.6","tags":["javascript","egg","axios","egg-plugin","eggPlugin","http","https"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install egg-axios","imports":["// No import needed; accessed via ctx.http in Egg controller/service","// config/plugin.js\nexports.http = { enable: true, package: 'egg-axios' }","// config/config.default.js\nexports.http = { headers: {'Content-Type': 'application/json'}, timeout: 10000 }"]},{"cmd":"yarn add egg-axios","imports":[]},{"cmd":"pnpm add egg-axios","imports":[]}],"homepage":"https://github.com/zhangmingfeng/egg-axios#readme","github":"https://github.com/zhangmingfeng/egg-axios","docs":null,"changelog":null,"pypi":null,"npm":"egg-axios","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}