biofriction-wp-theme/node_modules/axios/lib/helpers
jorge-vitrubio a7910c81a8 moved to new repo 2021-10-26 14:18:09 +02:00
..
README.md moved to new repo 2021-10-26 14:18:09 +02:00
bind.js moved to new repo 2021-10-26 14:18:09 +02:00
buildURL.js moved to new repo 2021-10-26 14:18:09 +02:00
combineURLs.js moved to new repo 2021-10-26 14:18:09 +02:00
cookies.js moved to new repo 2021-10-26 14:18:09 +02:00
deprecatedMethod.js moved to new repo 2021-10-26 14:18:09 +02:00
isAbsoluteURL.js moved to new repo 2021-10-26 14:18:09 +02:00
isAxiosError.js moved to new repo 2021-10-26 14:18:09 +02:00
isURLSameOrigin.js moved to new repo 2021-10-26 14:18:09 +02:00
normalizeHeaderName.js moved to new repo 2021-10-26 14:18:09 +02:00
parseHeaders.js moved to new repo 2021-10-26 14:18:09 +02:00
spread.js moved to new repo 2021-10-26 14:18:09 +02: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