This repository has been archived on 2024-07-27. You can view files and clone it, but cannot push or open issues or pull requests.
keksAccountGUI/node_modulesOLD/axios/lib/helpers
Kekskurse 8e5ce9e324 Update Framework 2019-08-11 20:48:02 +02:00
..
README.md Update Framework 2019-08-11 20:48:02 +02:00
bind.js Update Framework 2019-08-11 20:48:02 +02:00
buildURL.js Update Framework 2019-08-11 20:48:02 +02:00
combineURLs.js Update Framework 2019-08-11 20:48:02 +02:00
cookies.js Update Framework 2019-08-11 20:48:02 +02:00
deprecatedMethod.js Update Framework 2019-08-11 20:48:02 +02:00
isAbsoluteURL.js Update Framework 2019-08-11 20:48:02 +02:00
isURLSameOrigin.js Update Framework 2019-08-11 20:48:02 +02:00
normalizeHeaderName.js Update Framework 2019-08-11 20:48:02 +02:00
parseHeaders.js Update Framework 2019-08-11 20:48:02 +02:00
spread.js Update Framework 2019-08-11 20:48:02 +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