GT2/GT2-iOS/node_modules/axios/lib/helpers
Ren Ren Juan 30eef7d036 correct tree err 2018-02-12 17:26:06 +00:00
..
README.md correct tree err 2018-02-12 17:26:06 +00:00
bind.js correct tree err 2018-02-12 17:26:06 +00:00
btoa.js correct tree err 2018-02-12 17:26:06 +00:00
buildURL.js correct tree err 2018-02-12 17:26:06 +00:00
combineURLs.js correct tree err 2018-02-12 17:26:06 +00:00
cookies.js correct tree err 2018-02-12 17:26:06 +00:00
deprecatedMethod.js correct tree err 2018-02-12 17:26:06 +00:00
isAbsoluteURL.js correct tree err 2018-02-12 17:26:06 +00:00
isURLSameOrigin.js correct tree err 2018-02-12 17:26:06 +00:00
normalizeHeaderName.js correct tree err 2018-02-12 17:26:06 +00:00
parseHeaders.js correct tree err 2018-02-12 17:26:06 +00:00
spread.js correct tree err 2018-02-12 17:26:06 +00: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