xielq a9f384e4ad init from phab 4 anni fa
..
Axios.js a9f384e4ad init from phab 4 anni fa
InterceptorManager.js a9f384e4ad init from phab 4 anni fa
README.md a9f384e4ad init from phab 4 anni fa
createError.js a9f384e4ad init from phab 4 anni fa
dispatchRequest.js a9f384e4ad init from phab 4 anni fa
enhanceError.js a9f384e4ad init from phab 4 anni fa
settle.js a9f384e4ad init from phab 4 anni fa
transformData.js a9f384e4ad init from phab 4 anni fa

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