axios-axios/lib/core
2016-06-23 15:19:10 -06:00
..
Axios.js Fixing custom instance defaults 2016-06-23 15:19:10 -06:00
createError.js Modify createError and enhanceError functions to accept response as parameter 2016-06-13 18:58:55 -07:00
dispatchRequest.js Move transform response logic from adapters to dispatcher 2016-06-23 15:11:35 -06:00
enhanceError.js Modify createError and enhanceError functions to accept response as parameter 2016-06-13 18:58:55 -07:00
InterceptorManager.js Using more strict eslint rules 2015-12-14 20:06:57 -07:00
README.md Adding README to modules 2016-06-01 13:16:16 -06:00
settle.js Modify createError and enhanceError functions to accept response as parameter 2016-06-13 18:58:55 -07:00
transformData.js Moving settle & transformData from helpers/ -> core/ 2016-06-01 13:54:38 -06:00

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