xielq e5c26bc3f6 init from phab vor 5 Jahren
..
Axios.js e5c26bc3f6 init from phab vor 5 Jahren
InterceptorManager.js e5c26bc3f6 init from phab vor 5 Jahren
README.md e5c26bc3f6 init from phab vor 5 Jahren
createError.js e5c26bc3f6 init from phab vor 5 Jahren
dispatchRequest.js e5c26bc3f6 init from phab vor 5 Jahren
enhanceError.js e5c26bc3f6 init from phab vor 5 Jahren
settle.js e5c26bc3f6 init from phab vor 5 Jahren
transformData.js e5c26bc3f6 init from phab vor 5 Jahren

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