lunaisadev-website-old/node_modules/axios/lib/helpers
Luna 4f63b4f9a0 first commit 2021-07-27 18:40:12 -07:00
..
README.md first commit 2021-07-27 18:40:12 -07:00
bind.js first commit 2021-07-27 18:40:12 -07:00
buildURL.js first commit 2021-07-27 18:40:12 -07:00
combineURLs.js first commit 2021-07-27 18:40:12 -07:00
cookies.js first commit 2021-07-27 18:40:12 -07:00
deprecatedMethod.js first commit 2021-07-27 18:40:12 -07:00
isAbsoluteURL.js first commit 2021-07-27 18:40:12 -07:00
isAxiosError.js first commit 2021-07-27 18:40:12 -07:00
isURLSameOrigin.js first commit 2021-07-27 18:40:12 -07:00
normalizeHeaderName.js first commit 2021-07-27 18:40:12 -07:00
parseHeaders.js first commit 2021-07-27 18:40:12 -07:00
spread.js first commit 2021-07-27 18:40:12 -07: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