axios-axios/lib/helpers
2023-02-03 19:34:07 +02:00
..
AxiosTransformStream.js Axios ES2017 (#4787) 2022-06-18 11:19:27 +02:00
AxiosURLSearchParams.js Axios ES2017 (#4787) 2022-06-18 11:19:27 +02:00
bind.js Axios ES2017 (#4787) 2022-06-18 11:19:27 +02:00
buildURL.js Fix: Don't add null values to query string. (#5108) 2022-10-15 15:01:59 +02:00
combineURLs.js Axios ES2017 (#4787) 2022-06-18 11:19:27 +02:00
cookies.js Fixed missed minified builds; (#4805) 2022-08-01 19:13:14 +02:00
deprecatedMethod.js Axios ES2017 (#4787) 2022-06-18 11:19:27 +02:00
formDataToJSON.js Axios ES2017 (#4787) 2022-06-18 11:19:27 +02:00
formDataToStream.js fix(http): use explicit import instead of TextEncoder global; (#5530) 2023-02-03 19:34:07 +02:00
fromDataURI.js Axios ES2017 (#4787) 2022-06-18 11:19:27 +02:00
HttpStatusCode.js fix: Add missing HttpStatusCode (#5345) 2022-12-06 22:34:48 +02:00
isAbsoluteURL.js Axios ES2017 (#4787) 2022-06-18 11:19:27 +02:00
isAxiosError.js Axios ES2017 (#4787) 2022-06-18 11:19:27 +02:00
isURLSameOrigin.js Fixed missed minified builds; (#4805) 2022-08-01 19:13:14 +02:00
null.js Axios ES2017 (#4787) 2022-06-18 11:19:27 +02:00
parseHeaders.js Axios ES2017 (#4787) 2022-06-18 11:19:27 +02:00
parseProtocol.js Axios ES2017 (#4787) 2022-06-18 11:19:27 +02:00
readBlob.js chore(ci): change release-it git config; (#5512) 2023-01-31 15:39:10 +02:00
README.md Adding README to modules 2016-06-01 13:16:16 -06:00
speedometer.js fix: removing multiple/trailing/leading whitespaces (#5022) 2022-11-25 15:56:31 +02:00
spread.js Axios ES2017 (#4787) 2022-06-18 11:19:27 +02:00
throttle.js Axios ES2017 (#4787) 2022-06-18 11:19:27 +02:00
toFormData.js fix(serializer): fixed serialization of array-like objects; (#5518) 2023-02-01 20:38:59 +02:00
toURLEncodedForm.js Axios ES2017 (#4787) 2022-06-18 11:19:27 +02:00
validator.js Axios ES2017 (#4787) 2022-06-18 11:19:27 +02:00
ZlibHeaderTransformStream.js fix(http): add zlib headers if missing (#5497) 2023-01-31 00:49:37 +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