From b26f351b6d15475a18312e7b6915a38814cbc224 Mon Sep 17 00:00:00 2001 From: An Yan Date: Tue, 22 Aug 2017 10:48:25 +0800 Subject: [PATCH] Update ECOSYSTEM.md add axios-cache-plugin to ECOSYSTEM.md --- ECOSYSTEM.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ECOSYSTEM.md b/ECOSYSTEM.md index ac2013a..1cde8a5 100644 --- a/ECOSYSTEM.md +++ b/ECOSYSTEM.md @@ -14,3 +14,4 @@ This is a list of axios related libraries and resources. If you have a suggestio * [axios-method-override](https://github.com/jacobbuck/axios-method-override) - Axios http request method override plugin * [mocha-axios](https://github.com/jdrydn/mocha-axios) - Streamlined integration testing with Mocha & Axios * [axiosist](https://github.com/Gerhut/axiosist) - Axios based supertest: convert node.js request handler to axios adapter, used for node.js server unit test. +* [axios-cache-plugin](https://github.com/jin5354/axios-cache-plugin) - Help you cache GET request when using axios.