zhang song fec5680ad9 'prod' 6 yıl önce
..
Axios.js fec5680ad9 'prod' 6 yıl önce
InterceptorManager.js fec5680ad9 'prod' 6 yıl önce
README.md fec5680ad9 'prod' 6 yıl önce
createError.js fec5680ad9 'prod' 6 yıl önce
dispatchRequest.js fec5680ad9 'prod' 6 yıl önce
enhanceError.js fec5680ad9 'prod' 6 yıl önce
settle.js fec5680ad9 'prod' 6 yıl önce
transformData.js fec5680ad9 'prod' 6 yıl önce

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