mirror of
https://github.com/axios/axios.git
synced 2026-04-11 14:21:59 +08:00
* README.md COOKBOOK.md: minor fixes * simplify language * ECOSYSTEM: create a few categories * Examples: log port listening to * upgrade bootstrap 3 -> 4 in examples bootstrap 4 is slightly smaller then 3.2.0 so it should also help load examples faster * categorize 0.19 items a little differently surface user/consumer changes first
2.7 KiB
2.7 KiB
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
General
- axios-vcr - 📼 Record and Replay Axios requests
- @3846masa/axios-cookiejar-support - Add tough-cookie support to axios
- axios-method-override - Axios http request method override plugin
- axios-cache-plugin - Help you cache GET request when using axios.
- axios-extensions - A collection of axios extensions, including throttle and cache GET request plugin.
- axios-fetch - A WebAPI Fetch implementation backed by an Axios client
- axios-actions - Bundle endpoints as callable, reusable services
- axios-api-versioning - Add easy to manage api versioning to axios
- r2curl - Extracts the cURL command string from the Axios object. (AxiosResponse, AxiosRequestConfig)
- axios-endpoints - Axios endpoints helps you to create a more concise endpoint mapping with axios.
Logging and debugging
- axios-response-logger - Axios interceptor which logs responses
- axios-debug-log - Axios interceptor of logging requests & responses by debug.
- axios-curlirize - Logs axios requests as curl commands, also adds a property to the response object with the curl command as value.
React and redux
- react-hooks-axios - Custom React Hooks for Axios.js
- redux-saga-requests - Redux-Saga addon to simplify handling of AJAX requests.
- redux-axios-middleware - Redux middleware for fetching data with axios HTTP client
Unit testing
- axiosist - Axios based supertest: convert node.js request handler to axios adapter, used for node.js server unit test.
- axios-mock-adapter — Axios adapter that allows to easily mock requests
- moxios - Mock axios requests for testing
- mocha-axios - Streamlined integration testing with Mocha & Axios