mirror of
https://github.com/tenrok/axios.git
synced 2026-05-15 11:59:42 +03:00
0c4bf3cdbd
* Added axios-curlirize to Ecosystem documentation
22 lines
2.0 KiB
Markdown
22 lines
2.0 KiB
Markdown
# Ecosystem
|
|
|
|
This is a list of axios related libraries and resources. If you have a suggestion on what to add, please don't hesitate to submit a PR.
|
|
|
|
## Libraries
|
|
|
|
* [moxios](https://github.com/axios/moxios) - Mock axios requests for testing
|
|
* [axios-response-logger](https://github.com/srph/axios-response-logger) - Axios interceptor which logs responses
|
|
* [axios-mock-adapter](https://github.com/ctimmerm/axios-mock-adapter) — Axios adapter that allows to easily mock requests
|
|
* [redux-axios-middleware](https://github.com/svrcekmichal/redux-axios-middleware) - Redux middleware for fetching data with axios HTTP client
|
|
* [axios-vcr](https://github.com/nettofarah/axios-vcr) - 📼 Record and Replay Axios requests
|
|
* [@3846masa/axios-cookiejar-support](https://github.com/3846masa/axios-cookiejar-support) - Add tough-cookie support to axios
|
|
* [axios-debug-log](https://github.com/Gerhut/axios-debug-log) - Axios interceptor of logging requests & responses by debug.
|
|
* [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.
|
|
* [axios-extensions](https://github.com/kuitos/axios-extensions) - A collection of axios extensions, including throttle and cache GET request plugin.
|
|
* [redux-saga-requests](https://github.com/klis87/redux-saga-requests) - Redux-Saga addon to simplify handling of AJAX requests.
|
|
* [axios-fetch](https://github.com/lifeomic/axios-fetch) - A WebAPI Fetch implementation backed by an Axios client
|
|
* [axios-curlirize](https://www.npmjs.com/package/axios-curlirize) - Logs axios requests as curl commands, also adds a property to the response object with the curl command as value.
|