axios-axios/lib/core
2020-05-22 21:44:26 +02:00
..
Axios.js Fixing set config.method after mergeConfig for Axios.prototype.request (#2383) 2019-09-06 14:23:55 -03:00
buildFullPath.js Do not modify config.url when using a relative baseURL (resolves #1628) (#2391) 2019-09-05 12:43:55 -03:00
createError.js Fixing typo in comment blocks of createError() and enhanceError() functions (#857) 2017-05-28 22:03:40 +02:00
dispatchRequest.js Revert "Bug/allow header to contain http verb keys #1252 (#1258)" (#2977) 2020-05-22 21:44:26 +02:00
enhanceError.js Fix merging of params (#2656) 2020-02-15 13:36:52 +08:00
InterceptorManager.js Using more strict eslint rules 2015-12-14 20:06:57 -07:00
mergeConfig.js Add independent maxBodyLength option (#2781) 2020-03-06 21:55:19 +08:00
README.md Adding README to modules 2016-06-01 13:16:16 -06:00
settle.js Fixing getting local files (file://) failed (#2470) 2020-03-23 21:49:38 +08: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