Game-Jaming/Frontend/node_modules/axios/lib/core
Minik Gaarde Lambrecht b88e616346 Auto stash before merge of "main" and "origin/main" 2021-03-25 09:30:04 +01:00
..
Axios.js Auto stash before merge of "main" and "origin/main" 2021-03-25 09:30:04 +01:00
InterceptorManager.js Auto stash before merge of "main" and "origin/main" 2021-03-25 09:30:04 +01:00
README.md Auto stash before merge of "main" and "origin/main" 2021-03-25 09:30:04 +01:00
buildFullPath.js Auto stash before merge of "main" and "origin/main" 2021-03-25 09:30:04 +01:00
createError.js Auto stash before merge of "main" and "origin/main" 2021-03-25 09:30:04 +01:00
dispatchRequest.js Auto stash before merge of "main" and "origin/main" 2021-03-25 09:30:04 +01:00
enhanceError.js Auto stash before merge of "main" and "origin/main" 2021-03-25 09:30:04 +01:00
mergeConfig.js Auto stash before merge of "main" and "origin/main" 2021-03-25 09:30:04 +01:00
settle.js Auto stash before merge of "main" and "origin/main" 2021-03-25 09:30:04 +01:00
transformData.js Auto stash before merge of "main" and "origin/main" 2021-03-25 09:30:04 +01:00

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