This repository has been archived on 2025-02-16. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
sidBot/sidBot-js/node_modules/axios/lib/core
2023-04-14 15:54:26 +02:00
..
Axios.js Cleaned up repo and separated both bots into their respective folders 2023-04-14 15:54:26 +02:00
AxiosError.js Cleaned up repo and separated both bots into their respective folders 2023-04-14 15:54:26 +02:00
AxiosHeaders.js Cleaned up repo and separated both bots into their respective folders 2023-04-14 15:54:26 +02:00
buildFullPath.js Cleaned up repo and separated both bots into their respective folders 2023-04-14 15:54:26 +02:00
dispatchRequest.js Cleaned up repo and separated both bots into their respective folders 2023-04-14 15:54:26 +02:00
InterceptorManager.js Cleaned up repo and separated both bots into their respective folders 2023-04-14 15:54:26 +02:00
mergeConfig.js Cleaned up repo and separated both bots into their respective folders 2023-04-14 15:54:26 +02:00
README.md Cleaned up repo and separated both bots into their respective folders 2023-04-14 15:54:26 +02:00
settle.js Cleaned up repo and separated both bots into their respective folders 2023-04-14 15:54:26 +02:00
transformData.js Cleaned up repo and separated both bots into their respective folders 2023-04-14 15:54:26 +02: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
    • Requests sent via adapters/ (see lib/adapters/README.md)
  • Managing interceptors
  • Handling config