hz-zhhq-web/node_modules/axios/lib/core
zzyuan f626f57dea 前端提交 2025-02-25 13:43:48 +08:00
..
Axios.js 前端提交 2025-02-25 13:43:48 +08:00
InterceptorManager.js 前端提交 2025-02-25 13:43:48 +08:00
README.md 前端提交 2025-02-25 13:43:48 +08:00
createError.js 前端提交 2025-02-25 13:43:48 +08:00
dispatchRequest.js 前端提交 2025-02-25 13:43:48 +08:00
enhanceError.js 前端提交 2025-02-25 13:43:48 +08:00
settle.js 前端提交 2025-02-25 13:43:48 +08:00
transformData.js 前端提交 2025-02-25 13:43:48 +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
  • Managing interceptors
  • Handling config