llalaad/node_modules/axios/lib/core
floraachy 6e48f5d1eb 20250313 11:17更新 2025-03-13 11:21:33 +08:00
..
Axios.js 20250313 11:17更新 2025-03-13 11:21:33 +08:00
AxiosError.js 20250313 11:17更新 2025-03-13 11:21:33 +08:00
AxiosHeaders.js 20250313 11:17更新 2025-03-13 11:21:33 +08:00
InterceptorManager.js 20250313 11:17更新 2025-03-13 11:21:33 +08:00
README.md 20250313 11:17更新 2025-03-13 11:21:33 +08:00
buildFullPath.js 20250313 11:17更新 2025-03-13 11:21:33 +08:00
dispatchRequest.js 20250313 11:17更新 2025-03-13 11:21:33 +08:00
mergeConfig.js 20250313 11:17更新 2025-03-13 11:21:33 +08:00
settle.js 20250313 11:17更新 2025-03-13 11:21:33 +08:00
transformData.js 20250313 11:17更新 2025-03-13 11:21:33 +08:00

README.md

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