wallet-core/node_modules/axios/lib/helpers
2017-08-27 04:19:34 +02:00
..
bind.js node_modules 2017-08-27 04:19:34 +02:00
btoa.js node_modules 2017-08-27 04:19:34 +02:00
buildURL.js node_modules 2017-08-27 04:19:34 +02:00
combineURLs.js node_modules 2017-08-27 04:19:34 +02:00
cookies.js node_modules 2017-08-27 04:19:34 +02:00
deprecatedMethod.js node_modules 2017-08-27 04:19:34 +02:00
isAbsoluteURL.js node_modules 2017-08-27 04:19:34 +02:00
isURLSameOrigin.js node_modules 2017-08-27 04:19:34 +02:00
normalizeHeaderName.js node_modules 2017-08-27 04:19:34 +02:00
parseHeaders.js node_modules 2017-08-27 04:19:34 +02:00
README.md node_modules 2017-08-27 04:19:34 +02:00
spread.js node_modules 2017-08-27 04:19:34 +02:00

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