product/node_modules/axios/lib/helpers
Ruikang Zhang e96405c650 Merge remote-tracking branch 'product/product' into product 2024-04-14 10:25:28 +08:00
..
README.md Merge remote-tracking branch 'product/product' into product 2024-04-14 10:25:28 +08:00
bind.js Merge remote-tracking branch 'product/product' into product 2024-04-14 10:25:28 +08:00
buildURL.js Merge remote-tracking branch 'product/product' into product 2024-04-14 10:25:28 +08:00
combineURLs.js Merge remote-tracking branch 'product/product' into product 2024-04-14 10:25:28 +08:00
cookies.js Merge remote-tracking branch 'product/product' into product 2024-04-14 10:25:28 +08:00
isAxiosError.js Merge remote-tracking branch 'product/product' into product 2024-04-14 10:25:28 +08:00
isURLSameOrigin.js Merge remote-tracking branch 'product/product' into product 2024-04-14 10:25:28 +08:00
spread.js Merge remote-tracking branch 'product/product' into product 2024-04-14 10:25:28 +08:00
validator.js Merge remote-tracking branch 'product/product' into product 2024-04-14 10:25:28 +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