egg-axios
JSON →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.
Resources
packageegg-axios ↗