xielq e5c26bc3f6 init from phab il y a 5 ans
..
Axios.js e5c26bc3f6 init from phab il y a 5 ans
InterceptorManager.js e5c26bc3f6 init from phab il y a 5 ans
README.md e5c26bc3f6 init from phab il y a 5 ans
createError.js e5c26bc3f6 init from phab il y a 5 ans
dispatchRequest.js e5c26bc3f6 init from phab il y a 5 ans
enhanceError.js e5c26bc3f6 init from phab il y a 5 ans
settle.js e5c26bc3f6 init from phab il y a 5 ans
transformData.js e5c26bc3f6 init from phab il y a 5 ans

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