yanchengPowerSupply/node_modules/axios/lib/core
mazhehui 33e57c6f11 分布式光伏大屏页面 2023-07-18 08:47:30 +08:00
..
Axios.js 分布式光伏大屏页面 2023-07-18 08:47:30 +08:00
AxiosError.js 分布式光伏大屏页面 2023-07-18 08:47:30 +08:00
AxiosHeaders.js 分布式光伏大屏页面 2023-07-18 08:47:30 +08:00
InterceptorManager.js 分布式光伏大屏页面 2023-07-18 08:47:30 +08:00
README.md 分布式光伏大屏页面 2023-07-18 08:47:30 +08:00
buildFullPath.js 分布式光伏大屏页面 2023-07-18 08:47:30 +08:00
dispatchRequest.js 分布式光伏大屏页面 2023-07-18 08:47:30 +08:00
mergeConfig.js 分布式光伏大屏页面 2023-07-18 08:47:30 +08:00
settle.js 分布式光伏大屏页面 2023-07-18 08:47:30 +08:00
transformData.js 分布式光伏大屏页面 2023-07-18 08:47:30 +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