auth/node_modules/axios/lib/helpers
Chandresh Kerkar 9dd376df76 Initial commit: Farm Auth Service with multi-device support and device management 2025-11-28 00:47:10 +05:30
..
AxiosTransformStream.js Initial commit: Farm Auth Service with multi-device support and device management 2025-11-28 00:47:10 +05:30
AxiosURLSearchParams.js Initial commit: Farm Auth Service with multi-device support and device management 2025-11-28 00:47:10 +05:30
HttpStatusCode.js Initial commit: Farm Auth Service with multi-device support and device management 2025-11-28 00:47:10 +05:30
README.md Initial commit: Farm Auth Service with multi-device support and device management 2025-11-28 00:47:10 +05:30
ZlibHeaderTransformStream.js Initial commit: Farm Auth Service with multi-device support and device management 2025-11-28 00:47:10 +05:30
bind.js Initial commit: Farm Auth Service with multi-device support and device management 2025-11-28 00:47:10 +05:30
buildURL.js Initial commit: Farm Auth Service with multi-device support and device management 2025-11-28 00:47:10 +05:30
callbackify.js Initial commit: Farm Auth Service with multi-device support and device management 2025-11-28 00:47:10 +05:30
combineURLs.js Initial commit: Farm Auth Service with multi-device support and device management 2025-11-28 00:47:10 +05:30
composeSignals.js Initial commit: Farm Auth Service with multi-device support and device management 2025-11-28 00:47:10 +05:30
cookies.js Initial commit: Farm Auth Service with multi-device support and device management 2025-11-28 00:47:10 +05:30
deprecatedMethod.js Initial commit: Farm Auth Service with multi-device support and device management 2025-11-28 00:47:10 +05:30
estimateDataURLDecodedBytes.js Initial commit: Farm Auth Service with multi-device support and device management 2025-11-28 00:47:10 +05:30
formDataToJSON.js Initial commit: Farm Auth Service with multi-device support and device management 2025-11-28 00:47:10 +05:30
formDataToStream.js Initial commit: Farm Auth Service with multi-device support and device management 2025-11-28 00:47:10 +05:30
fromDataURI.js Initial commit: Farm Auth Service with multi-device support and device management 2025-11-28 00:47:10 +05:30
isAbsoluteURL.js Initial commit: Farm Auth Service with multi-device support and device management 2025-11-28 00:47:10 +05:30
isAxiosError.js Initial commit: Farm Auth Service with multi-device support and device management 2025-11-28 00:47:10 +05:30
isURLSameOrigin.js Initial commit: Farm Auth Service with multi-device support and device management 2025-11-28 00:47:10 +05:30
null.js Initial commit: Farm Auth Service with multi-device support and device management 2025-11-28 00:47:10 +05:30
parseHeaders.js Initial commit: Farm Auth Service with multi-device support and device management 2025-11-28 00:47:10 +05:30
parseProtocol.js Initial commit: Farm Auth Service with multi-device support and device management 2025-11-28 00:47:10 +05:30
progressEventReducer.js Initial commit: Farm Auth Service with multi-device support and device management 2025-11-28 00:47:10 +05:30
readBlob.js Initial commit: Farm Auth Service with multi-device support and device management 2025-11-28 00:47:10 +05:30
resolveConfig.js Initial commit: Farm Auth Service with multi-device support and device management 2025-11-28 00:47:10 +05:30
speedometer.js Initial commit: Farm Auth Service with multi-device support and device management 2025-11-28 00:47:10 +05:30
spread.js Initial commit: Farm Auth Service with multi-device support and device management 2025-11-28 00:47:10 +05:30
throttle.js Initial commit: Farm Auth Service with multi-device support and device management 2025-11-28 00:47:10 +05:30
toFormData.js Initial commit: Farm Auth Service with multi-device support and device management 2025-11-28 00:47:10 +05:30
toURLEncodedForm.js Initial commit: Farm Auth Service with multi-device support and device management 2025-11-28 00:47:10 +05:30
trackStream.js Initial commit: Farm Auth Service with multi-device support and device management 2025-11-28 00:47:10 +05:30
validator.js Initial commit: Farm Auth Service with multi-device support and device management 2025-11-28 00:47:10 +05:30

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