axios-axios/lib/core
Alexandre ABRIOUX 81e0455b7b
fix(core/axios): handle un-writable error stack (#6362)
Co-authored-by: Dmitriy Mozgovoy <robotshara@gmail.com>
2024-05-07 20:57:03 +03:00
..
Axios.js fix(core/axios): handle un-writable error stack (#6362) 2024-05-07 20:57:03 +03:00
AxiosError.js Added toJSONObject util; (#5247) 2022-11-22 20:44:24 +02:00
AxiosHeaders.js feat(adapter): add fetch adapter; (#6371) 2024-04-28 22:33:49 +03:00
buildFullPath.js Axios ES2017 (#4787) 2022-06-18 11:19:27 +02:00
dispatchRequest.js fix: include config on new CancelledError (#4922) 2022-11-25 15:46:49 +02:00
InterceptorManager.js Axios ES2017 (#4787) 2022-06-18 11:19:27 +02:00
mergeConfig.js fix(AxiosHeaders): fix AxiosHeaders conversion to an object during config merging (#6243) 2024-03-15 18:10:18 +02:00
README.md Updating lib/core/README.md about Dispatching requests (#3772) 2021-04-30 09:08:50 +02:00
settle.js Axios ES2017 (#4787) 2022-06-18 11:19:27 +02:00
transformData.js Axios ES2017 (#4787) 2022-06-18 11:19:27 +02:00

axios // core

The modules found in core/ should be modules that are specific to the domain logic of axios. These modules would most likely not make sense to be consumed outside of the axios module, as their logic is too specific. Some examples of core modules are:

  • Dispatching requests
    • Requests sent via adapters/ (see lib/adapters/README.md)
  • Managing interceptors
  • Handling config