Game-Jaming/Frontend/node_modules/axios/lib/helpers
Minik Gaarde Lambrecht b88e616346 Auto stash before merge of "main" and "origin/main" 2021-03-25 09:30:04 +01:00
..
README.md Auto stash before merge of "main" and "origin/main" 2021-03-25 09:30:04 +01:00
bind.js Auto stash before merge of "main" and "origin/main" 2021-03-25 09:30:04 +01:00
buildURL.js Auto stash before merge of "main" and "origin/main" 2021-03-25 09:30:04 +01:00
combineURLs.js Auto stash before merge of "main" and "origin/main" 2021-03-25 09:30:04 +01:00
cookies.js Auto stash before merge of "main" and "origin/main" 2021-03-25 09:30:04 +01:00
deprecatedMethod.js Auto stash before merge of "main" and "origin/main" 2021-03-25 09:30:04 +01:00
isAbsoluteURL.js Auto stash before merge of "main" and "origin/main" 2021-03-25 09:30:04 +01:00
isAxiosError.js Auto stash before merge of "main" and "origin/main" 2021-03-25 09:30:04 +01:00
isURLSameOrigin.js Auto stash before merge of "main" and "origin/main" 2021-03-25 09:30:04 +01:00
normalizeHeaderName.js Auto stash before merge of "main" and "origin/main" 2021-03-25 09:30:04 +01:00
parseHeaders.js Auto stash before merge of "main" and "origin/main" 2021-03-25 09:30:04 +01:00
spread.js Auto stash before merge of "main" and "origin/main" 2021-03-25 09:30:04 +01: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