zioinfo-mail/workspace/guardia-manager/frontend/node_modules/axios/lib/helpers
DESKTOP-TKLFCPR\ython cfe2901a55 refactor(structure): consolidate all projects under workspace/
- itsm/    -> workspace/guardia-itsm/
- manager/ -> workspace/guardia-manager/
- app/     -> workspace/guardia-messenger/
- manual/  -> workspace/guardia-docs/

workspace/zioinfo-web/ unchanged.
git mv preserves full commit history.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-31 23:50:56 +09:00
..
AxiosTransformStream.js refactor(structure): consolidate all projects under workspace/ 2026-05-31 23:50:56 +09:00
AxiosURLSearchParams.js refactor(structure): consolidate all projects under workspace/ 2026-05-31 23:50:56 +09:00
bind.js refactor(structure): consolidate all projects under workspace/ 2026-05-31 23:50:56 +09:00
buildURL.js refactor(structure): consolidate all projects under workspace/ 2026-05-31 23:50:56 +09:00
callbackify.js refactor(structure): consolidate all projects under workspace/ 2026-05-31 23:50:56 +09:00
combineURLs.js refactor(structure): consolidate all projects under workspace/ 2026-05-31 23:50:56 +09:00
composeSignals.js refactor(structure): consolidate all projects under workspace/ 2026-05-31 23:50:56 +09:00
cookies.js refactor(structure): consolidate all projects under workspace/ 2026-05-31 23:50:56 +09:00
deprecatedMethod.js refactor(structure): consolidate all projects under workspace/ 2026-05-31 23:50:56 +09:00
estimateDataURLDecodedBytes.js refactor(structure): consolidate all projects under workspace/ 2026-05-31 23:50:56 +09:00
formDataToJSON.js refactor(structure): consolidate all projects under workspace/ 2026-05-31 23:50:56 +09:00
formDataToStream.js refactor(structure): consolidate all projects under workspace/ 2026-05-31 23:50:56 +09:00
fromDataURI.js refactor(structure): consolidate all projects under workspace/ 2026-05-31 23:50:56 +09:00
HttpStatusCode.js refactor(structure): consolidate all projects under workspace/ 2026-05-31 23:50:56 +09:00
isAbsoluteURL.js refactor(structure): consolidate all projects under workspace/ 2026-05-31 23:50:56 +09:00
isAxiosError.js refactor(structure): consolidate all projects under workspace/ 2026-05-31 23:50:56 +09:00
isURLSameOrigin.js refactor(structure): consolidate all projects under workspace/ 2026-05-31 23:50:56 +09:00
null.js refactor(structure): consolidate all projects under workspace/ 2026-05-31 23:50:56 +09:00
parseHeaders.js refactor(structure): consolidate all projects under workspace/ 2026-05-31 23:50:56 +09:00
parseProtocol.js refactor(structure): consolidate all projects under workspace/ 2026-05-31 23:50:56 +09:00
progressEventReducer.js refactor(structure): consolidate all projects under workspace/ 2026-05-31 23:50:56 +09:00
readBlob.js refactor(structure): consolidate all projects under workspace/ 2026-05-31 23:50:56 +09:00
README.md refactor(structure): consolidate all projects under workspace/ 2026-05-31 23:50:56 +09:00
resolveConfig.js refactor(structure): consolidate all projects under workspace/ 2026-05-31 23:50:56 +09:00
sanitizeHeaderValue.js refactor(structure): consolidate all projects under workspace/ 2026-05-31 23:50:56 +09:00
shouldBypassProxy.js refactor(structure): consolidate all projects under workspace/ 2026-05-31 23:50:56 +09:00
speedometer.js refactor(structure): consolidate all projects under workspace/ 2026-05-31 23:50:56 +09:00
spread.js refactor(structure): consolidate all projects under workspace/ 2026-05-31 23:50:56 +09:00
throttle.js refactor(structure): consolidate all projects under workspace/ 2026-05-31 23:50:56 +09:00
toFormData.js refactor(structure): consolidate all projects under workspace/ 2026-05-31 23:50:56 +09:00
toURLEncodedForm.js refactor(structure): consolidate all projects under workspace/ 2026-05-31 23:50:56 +09:00
trackStream.js refactor(structure): consolidate all projects under workspace/ 2026-05-31 23:50:56 +09:00
validator.js refactor(structure): consolidate all projects under workspace/ 2026-05-31 23:50:56 +09:00
ZlibHeaderTransformStream.js refactor(structure): consolidate all projects under workspace/ 2026-05-31 23:50:56 +09: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