axios-axios/lib/core
2016-11-26 18:17:21 -08:00
..
Axios.js Fixing bug with custom intances and global defaults 2016-11-26 18:17:21 -08:00
createError.js Modify createError and enhanceError functions to accept response as parameter 2016-06-13 18:58:55 -07:00
dispatchRequest.js Updating dispatchRequest to use isCancel instead of instanceof 2016-09-23 15:58:25 -07: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