fastify-axios
JSON →A Fastify plugin that decorates the Fastify instance with an Axios HTTP client. Current stable version is 1.4.2. It wraps Axios (peer dependency ^1.0.0) and allows configuring default request options via plugin options. Supports multiple named clients through the 'clients' configuration. Ships TypeScript types. Release cadence is irregular; last update was in 2022. Differentiator: provides tight integration with Fastify's plugin system, automatic encapsulation, and easy per-client configuration. Notably, it uses a decorator pattern (fastify.axios) rather than request decoration like @fastify/http-proxy.
Resources
packagefastify-axios ↗