hwq 3b3bee7a75 123 2 éve
..
Axios.js 3b3bee7a75 123 2 éve
InterceptorManager.js 3b3bee7a75 123 2 éve
README.md 3b3bee7a75 123 2 éve
buildFullPath.js 3b3bee7a75 123 2 éve
createError.js 3b3bee7a75 123 2 éve
dispatchRequest.js 3b3bee7a75 123 2 éve
enhanceError.js 3b3bee7a75 123 2 éve
mergeConfig.js 3b3bee7a75 123 2 éve
settle.js 3b3bee7a75 123 2 éve
transformData.js 3b3bee7a75 123 2 é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
    • Requests sent via adapters/ (see lib/adapters/README.md)
  • Managing interceptors
  • Handling config