TransFlow/node_modules/axios/lib/core
chengdandan 85790148ae 跳转子页面 2022-12-16 14:55:34 +08:00
..
Axios.js 代码提交 2022-12-15 10:56:04 +08:00
AxiosError.js 跳转子页面 2022-12-16 14:55:34 +08:00
InterceptorManager.js 代码提交 2022-12-15 10:56:04 +08:00
README.md 代码提交 2022-12-15 10:56:04 +08:00
buildFullPath.js 跳转子页面 2022-12-16 14:55:34 +08:00
createError.js 代码提交 2022-12-15 10:56:04 +08:00
dispatchRequest.js 代码提交 2022-12-15 10:56:04 +08:00
enhanceError.js 代码提交 2022-12-15 10:56:04 +08:00
mergeConfig.js 跳转子页面 2022-12-16 14:55:34 +08:00
settle.js 代码提交 2022-12-15 10:56:04 +08:00
transformData.js 代码提交 2022-12-15 10:56:04 +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