This repository has been archived on 2023-10-27. You can view files and clone it, but cannot push or open issues or pull requests.
current-kwh-cost/node_modules/axios/lib/core
2022-11-17 16:42:35 +00:00
..
Axios.js first commit 2022-11-17 16:42:35 +00:00
AxiosError.js first commit 2022-11-17 16:42:35 +00:00
AxiosHeaders.js first commit 2022-11-17 16:42:35 +00:00
buildFullPath.js first commit 2022-11-17 16:42:35 +00:00
dispatchRequest.js first commit 2022-11-17 16:42:35 +00:00
InterceptorManager.js first commit 2022-11-17 16:42:35 +00:00
mergeConfig.js first commit 2022-11-17 16:42:35 +00:00
README.md first commit 2022-11-17 16:42:35 +00:00
settle.js first commit 2022-11-17 16:42:35 +00:00
transformData.js first commit 2022-11-17 16:42:35 +00: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