/usr/local/lib/node_modules/pm2/node_modules/extrareqp2/lib/core
NameSizeModeActions
Axios.js42480644editdlrm
buildFullPath.js6950644editdlrm
createError.js6250644editdlrm
dispatchRequest.js19930644editdlrm
enhanceError.js10490644editdlrm
InterceptorManager.js13630644editdlrm
mergeConfig.js28950644editdlrm
README.md3990644editdlrm
settle.js7060644editdlrm
transformData.js6390644editdlrm
Edit: /usr/local/lib/node_modules/pm2/node_modules/extrareqp2/lib/core/README.md (399B)
# 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