SAP-BTP-Spielwiese/app1/node_modules/axios/lib/core
Markus Rettig 775ac7b58c completed step 3 from the tutorial
you must login with an BTP account in order to see the app
2024-02-08 16:13:36 +01:00
..
Axios.js completed step 3 from the tutorial 2024-02-08 16:13:36 +01:00
AxiosError.js completed step 3 from the tutorial 2024-02-08 16:13:36 +01:00
AxiosHeaders.js completed step 3 from the tutorial 2024-02-08 16:13:36 +01:00
buildFullPath.js completed step 3 from the tutorial 2024-02-08 16:13:36 +01:00
dispatchRequest.js completed step 3 from the tutorial 2024-02-08 16:13:36 +01:00
InterceptorManager.js completed step 3 from the tutorial 2024-02-08 16:13:36 +01:00
mergeConfig.js completed step 3 from the tutorial 2024-02-08 16:13:36 +01:00
README.md completed step 3 from the tutorial 2024-02-08 16:13:36 +01:00
settle.js completed step 3 from the tutorial 2024-02-08 16:13:36 +01:00
transformData.js completed step 3 from the tutorial 2024-02-08 16:13:36 +01: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