Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
Nikola Ignjatovic d724149647 Init commit před 4 roky
..
README.md Init commit před 4 roky
bind.js Init commit před 4 roky
buildURL.js Init commit před 4 roky
combineURLs.js Init commit před 4 roky
cookies.js Init commit před 4 roky
deprecatedMethod.js Init commit před 4 roky
isAbsoluteURL.js Init commit před 4 roky
isAxiosError.js Init commit před 4 roky
isURLSameOrigin.js Init commit před 4 roky
normalizeHeaderName.js Init commit před 4 roky
parseHeaders.js Init commit před 4 roky
spread.js Init commit před 4 roky

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