TransFlow/node_modules/axios/lib/helpers
何嘉峣 d0b8157bbe 代码提交 2022-12-15 10:56:04 +08:00
..
README.md 代码提交 2022-12-15 10:56:04 +08:00
bind.js 代码提交 2022-12-15 10:56:04 +08:00
buildURL.js 代码提交 2022-12-15 10:56:04 +08:00
combineURLs.js 代码提交 2022-12-15 10:56:04 +08:00
cookies.js 代码提交 2022-12-15 10:56:04 +08:00
deprecatedMethod.js 代码提交 2022-12-15 10:56:04 +08:00
isAbsoluteURL.js 代码提交 2022-12-15 10:56:04 +08:00
isURLSameOrigin.js 代码提交 2022-12-15 10:56:04 +08:00
normalizeHeaderName.js 代码提交 2022-12-15 10:56:04 +08:00
parseHeaders.js 代码提交 2022-12-15 10:56:04 +08:00
spread.js 代码提交 2022-12-15 10:56:04 +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