GT2/GT2-iOS/node_modules/axios/lib/core
Ren Ren Juan 30eef7d036 correct tree err 2018-02-12 17:26:06 +00:00
..
Axios.js correct tree err 2018-02-12 17:26:06 +00:00
InterceptorManager.js correct tree err 2018-02-12 17:26:06 +00:00
README.md correct tree err 2018-02-12 17:26:06 +00:00
createError.js correct tree err 2018-02-12 17:26:06 +00:00
dispatchRequest.js correct tree err 2018-02-12 17:26:06 +00:00
enhanceError.js correct tree err 2018-02-12 17:26:06 +00:00
settle.js correct tree err 2018-02-12 17:26:06 +00:00
transformData.js correct tree err 2018-02-12 17:26:06 +00: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