lepu-test-platform-web/node_modules/axios/lib/core
zhangbo db3ebd0df0 把之前百度云的代码移植过来 2024-01-03 15:23:47 +08:00
..
Axios.js 把之前百度云的代码移植过来 2024-01-03 15:23:47 +08:00
InterceptorManager.js 把之前百度云的代码移植过来 2024-01-03 15:23:47 +08:00
README.md 把之前百度云的代码移植过来 2024-01-03 15:23:47 +08:00
buildFullPath.js 把之前百度云的代码移植过来 2024-01-03 15:23:47 +08:00
createError.js 把之前百度云的代码移植过来 2024-01-03 15:23:47 +08:00
dispatchRequest.js 把之前百度云的代码移植过来 2024-01-03 15:23:47 +08:00
enhanceError.js 把之前百度云的代码移植过来 2024-01-03 15:23:47 +08:00
mergeConfig.js 把之前百度云的代码移植过来 2024-01-03 15:23:47 +08:00
settle.js 把之前百度云的代码移植过来 2024-01-03 15:23:47 +08:00
transformData.js 把之前百度云的代码移植过来 2024-01-03 15:23:47 +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