axios-axios/lib/helpers
2026-04-10 21:17:29 +02:00
..
AxiosURLSearchParams.js URL params serializer; (#4734) 2022-05-25 08:16:38 +02:00
bind.js don\'t need to transform arguments to array (#4544) 2022-05-09 19:08:57 +02:00
buildURL.js fix(backport): custom params serializer support (#6263) 2024-03-28 18:54:20 +02:00
combineURLs.js fix: regular expression denial of service issues (#6708) 2024-11-15 09:29:49 +02: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
estimateDataURLDecodedBytes.js fix: tests failing 2025-09-27 12:21:15 +02:00
formDataToJSON.js fix: backported commit #6167 and #6163 (#6402) 2024-05-24 18:38:36 +02:00
fromDataURI.js Fixed bug #4727 : toFormData Blob issue on node>v17; (#4728) 2022-05-20 16:31:26 +02: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 style: fix word spelling ang lint style in comment (#4500) 2022-05-03 21:12:16 +02:00
normalizeHeaderName.js Adding support for URLSearchParams 2016-05-07 12:26:28 -07:00
null.js Improved FormData support; (#4448) 2022-03-14 20:22:10 +02:00
parseHeaders.js replace deprecated substr() with slice() (#4468) 2022-05-03 21:39:40 +02:00
parseProtocol.js Enhanced protocol parsing implementation to fix #4633; (#4639) 2022-04-27 11:30:50 +02:00
README.md Adding README to modules 2016-06-01 13:16:16 -06:00
sanitizeHeaderValue.js fix: backport the fixes from the v1 branch 2026-04-10 21:17:29 +02:00
shouldBypassProxy.js fix: backport the fixes from the v1 branch 2026-04-10 21:17:29 +02:00
spread.js Using more strict eslint rules 2015-12-14 20:06:57 -07:00
toFormData.js Fix: omit nulls in params (#6394) 2024-05-24 18:41:46 +02:00
toURLEncodedForm.js Added the ability for the url-encoded-form serializer to respect the formSerializer config; (#4721) 2022-05-17 08:26:35 +02:00
validator.js Refactored AxiosError to a constructor; 2021-10-14 19:15:16 +03: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