Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
Nikola Ignjatovic d724149647 Init commit 4 лет назад
..
Axios.js Init commit 4 лет назад
InterceptorManager.js Init commit 4 лет назад
README.md Init commit 4 лет назад
buildFullPath.js Init commit 4 лет назад
createError.js Init commit 4 лет назад
dispatchRequest.js Init commit 4 лет назад
enhanceError.js Init commit 4 лет назад
mergeConfig.js Init commit 4 лет назад
settle.js Init commit 4 лет назад
transformData.js Init commit 4 лет назад

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