qauMaWeb/node_modules/axios/lib/helpers
赵向宇 4b9d619652 初始化 2024-10-13 18:02:27 +08:00
..
README.md 初始化 2024-10-13 18:02:27 +08:00
bind.js 初始化 2024-10-13 18:02:27 +08:00
buildURL.js 初始化 2024-10-13 18:02:27 +08:00
combineURLs.js 初始化 2024-10-13 18:02:27 +08:00
cookies.js 初始化 2024-10-13 18:02:27 +08:00
deprecatedMethod.js 初始化 2024-10-13 18:02:27 +08:00
isAbsoluteURL.js 初始化 2024-10-13 18:02:27 +08:00
isAxiosError.js 初始化 2024-10-13 18:02:27 +08:00
isURLSameOrigin.js 初始化 2024-10-13 18:02:27 +08:00
normalizeHeaderName.js 初始化 2024-10-13 18:02:27 +08:00
parseHeaders.js 初始化 2024-10-13 18:02:27 +08:00
spread.js 初始化 2024-10-13 18:02:27 +08:00
toFormData.js 初始化 2024-10-13 18:02:27 +08:00
validator.js 初始化 2024-10-13 18:02:27 +08:00

README.md

axios // helpers

The modules found in helpers/ should be generic modules that are not specific to the domain logic of axios. These modules could theoretically be published to npm on their own and consumed by other modules or apps. Some examples of generic modules are things like:

  • Browser polyfills
  • Managing cookies
  • Parsing HTTP headers