296a000a76 报修后台管理系统 v1.0.0 hace 4 años
..
Axios.js 296a000a76 报修后台管理系统 v1.0.0 hace 4 años
InterceptorManager.js 296a000a76 报修后台管理系统 v1.0.0 hace 4 años
README.md 296a000a76 报修后台管理系统 v1.0.0 hace 4 años
buildFullPath.js 296a000a76 报修后台管理系统 v1.0.0 hace 4 años
createError.js 296a000a76 报修后台管理系统 v1.0.0 hace 4 años
dispatchRequest.js 296a000a76 报修后台管理系统 v1.0.0 hace 4 años
enhanceError.js 296a000a76 报修后台管理系统 v1.0.0 hace 4 años
mergeConfig.js 296a000a76 报修后台管理系统 v1.0.0 hace 4 años
settle.js 296a000a76 报修后台管理系统 v1.0.0 hace 4 años
transformData.js 296a000a76 报修后台管理系统 v1.0.0 hace 4 años

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