選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Nikola Ignjatovic d724149647 Init commit 5年前
..
Axios.js Init commit 5年前
InterceptorManager.js Init commit 5年前
README.md Init commit 5年前
buildFullPath.js Init commit 5年前
createError.js Init commit 5年前
dispatchRequest.js Init commit 5年前
enhanceError.js Init commit 5年前
mergeConfig.js Init commit 5年前
settle.js Init commit 5年前
transformData.js Init commit 5年前

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