axios-request-response-time
JSON →Axios plugin that adds timing data (start, end, elapsed time) to every request response cycle. Version 1.0.3 is the latest stable release. Lightweight, no additional dependencies beyond axios. Provides `response.timings` object with `timingStart`, `timingEnd`, and `elapsedTime` in milliseconds. Compatible with axios 0.x and 1.x. Quick to integrate, but limited configuration and no TypeScript types.