axios-axios/lib/core
2017-10-10 21:17:37 +02:00
..
Axios.js allowing default method for an instance 2017-10-10 21:17:37 +02:00
createError.js Fixing typo in comment blocks of createError() and enhanceError() functions (#857) 2017-05-28 22:03:40 +02:00
dispatchRequest.js Fixing baseURL not working in interceptors (#950) 2017-08-12 14:15:27 +02:00
enhanceError.js Fixing typo in comment blocks of createError() and enhanceError() functions (#857) 2017-05-28 22:03:40 +02: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 Adding request to error objects when it is available 2017-04-08 21:44:15 +02: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