axios-axios/lib/helpers
2022-02-13 15:47:38 +02:00
..
bind.js Moving bind into it's own file 2015-12-14 20:06:16 -07:00
buildURL.js Fixing special char encoding (#1671) 2020-05-27 14:37:39 +02:00
combineURLs.js Fixing combineURLs to support an empty relativeURL (#581) 2016-12-07 21:23:45 -08:00
cookies.js chore: upgrade eslint and add fix command 2018-04-06 21:50:26 -07:00
deprecatedMethod.js Using more strict eslint rules 2015-12-14 20:06:57 -07:00
isAbsoluteURL.js Update isAbsoluteURL.js (#3809) 2021-12-23 13:33:16 +02:00
isAxiosError.js refactor(helpers): optimize the logic of isAxiosError (#3546) 2021-12-22 21:09:33 +02:00
isURLSameOrigin.js Remove unnecessary XSS check introduced by #2451 (#2679) 2020-01-20 09:20:33 -07:00
normalizeHeaderName.js Adding support for URLSearchParams 2016-05-07 12:26:28 -07:00
parseHeaders.js Revert "Update Webpack + deps, remove now unnecessary polyfills" (#2479) 2019-10-25 11:34:47 -03:00
README.md Adding README to modules 2016-06-01 13:16:16 -06:00
spread.js Using more strict eslint rules 2015-12-14 20:06:57 -07:00
toFormData.js Revert "Fixed isFormData predicate; (#4413)" (#4472) 2022-02-13 15:47:38 +02:00
validator.js Release/v0.22.0 (#4107) 2021-10-01 08:02:13 +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