洪海涛 3404e446cc moonclub 8 éve
..
Axios.js 3404e446cc moonclub 8 éve
InterceptorManager.js 3404e446cc moonclub 8 éve
README.md 3404e446cc moonclub 8 éve
createError.js 3404e446cc moonclub 8 éve
dispatchRequest.js 3404e446cc moonclub 8 éve
enhanceError.js 3404e446cc moonclub 8 éve
settle.js 3404e446cc moonclub 8 éve
transformData.js 3404e446cc moonclub 8 éve

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