W72crm_web-master/node_modules/axios/lib/helpers
zhangwenzan c676fd5933 初始化crm前端代码 2025-05-27 11:25:53 +08:00
..
README.md 初始化crm前端代码 2025-05-27 11:25:53 +08:00
bind.js 初始化crm前端代码 2025-05-27 11:25:53 +08:00
btoa.js 初始化crm前端代码 2025-05-27 11:25:53 +08:00
buildURL.js 初始化crm前端代码 2025-05-27 11:25:53 +08:00
combineURLs.js 初始化crm前端代码 2025-05-27 11:25:53 +08:00
cookies.js 初始化crm前端代码 2025-05-27 11:25:53 +08:00
deprecatedMethod.js 初始化crm前端代码 2025-05-27 11:25:53 +08:00
isAbsoluteURL.js 初始化crm前端代码 2025-05-27 11:25:53 +08:00
isURLSameOrigin.js 初始化crm前端代码 2025-05-27 11:25:53 +08:00
normalizeHeaderName.js 初始化crm前端代码 2025-05-27 11:25:53 +08:00
parseHeaders.js 初始化crm前端代码 2025-05-27 11:25:53 +08:00
spread.js 初始化crm前端代码 2025-05-27 11:25:53 +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