2
0
mirror of https://github.com/tenrok/axios.git synced 2026-05-15 11:59:42 +03:00

Adding axios-extensions to the ecosystem

This commit is contained in:
Kuitos
2017-10-18 11:26:49 +08:00
parent 26b06391f8
commit f06ee7390f
+1
View File
@@ -15,3 +15,4 @@ This is a list of axios related libraries and resources. If you have a suggestio
* [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.
* [axios-extensions](https://github.com/kuitos/axios-extensions) - A collection of axios extensions, including throttle and cache GET request plugin.