michangarrito/apps/whatsapp-service/node_modules/axios/lib/helpers
rckrdmrd 48dea7a5d0 feat: Initial commit - michangarrito
Marketplace móvil para negocios locales mexicanos.

Estructura inicial:
- apps/backend (NestJS API)
- apps/frontend (React Web)
- apps/mobile (Expo/React Native)
- apps/mcp-server (Claude MCP Server)
- apps/whatsapp-service (WhatsApp Business API)
- database/ (PostgreSQL DDL)
- docs/ (Documentación)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-07 04:41:02 -06:00
..
AxiosTransformStream.js feat: Initial commit - michangarrito 2026-01-07 04:41:02 -06:00
AxiosURLSearchParams.js feat: Initial commit - michangarrito 2026-01-07 04:41:02 -06:00
bind.js feat: Initial commit - michangarrito 2026-01-07 04:41:02 -06:00
buildURL.js feat: Initial commit - michangarrito 2026-01-07 04:41:02 -06:00
callbackify.js feat: Initial commit - michangarrito 2026-01-07 04:41:02 -06:00
combineURLs.js feat: Initial commit - michangarrito 2026-01-07 04:41:02 -06:00
composeSignals.js feat: Initial commit - michangarrito 2026-01-07 04:41:02 -06:00
cookies.js feat: Initial commit - michangarrito 2026-01-07 04:41:02 -06:00
deprecatedMethod.js feat: Initial commit - michangarrito 2026-01-07 04:41:02 -06:00
estimateDataURLDecodedBytes.js feat: Initial commit - michangarrito 2026-01-07 04:41:02 -06:00
formDataToJSON.js feat: Initial commit - michangarrito 2026-01-07 04:41:02 -06:00
formDataToStream.js feat: Initial commit - michangarrito 2026-01-07 04:41:02 -06:00
fromDataURI.js feat: Initial commit - michangarrito 2026-01-07 04:41:02 -06:00
HttpStatusCode.js feat: Initial commit - michangarrito 2026-01-07 04:41:02 -06:00
isAbsoluteURL.js feat: Initial commit - michangarrito 2026-01-07 04:41:02 -06:00
isAxiosError.js feat: Initial commit - michangarrito 2026-01-07 04:41:02 -06:00
isURLSameOrigin.js feat: Initial commit - michangarrito 2026-01-07 04:41:02 -06:00
null.js feat: Initial commit - michangarrito 2026-01-07 04:41:02 -06:00
parseHeaders.js feat: Initial commit - michangarrito 2026-01-07 04:41:02 -06:00
parseProtocol.js feat: Initial commit - michangarrito 2026-01-07 04:41:02 -06:00
progressEventReducer.js feat: Initial commit - michangarrito 2026-01-07 04:41:02 -06:00
readBlob.js feat: Initial commit - michangarrito 2026-01-07 04:41:02 -06:00
README.md feat: Initial commit - michangarrito 2026-01-07 04:41:02 -06:00
resolveConfig.js feat: Initial commit - michangarrito 2026-01-07 04:41:02 -06:00
speedometer.js feat: Initial commit - michangarrito 2026-01-07 04:41:02 -06:00
spread.js feat: Initial commit - michangarrito 2026-01-07 04:41:02 -06:00
throttle.js feat: Initial commit - michangarrito 2026-01-07 04:41:02 -06:00
toFormData.js feat: Initial commit - michangarrito 2026-01-07 04:41:02 -06:00
toURLEncodedForm.js feat: Initial commit - michangarrito 2026-01-07 04:41:02 -06:00
trackStream.js feat: Initial commit - michangarrito 2026-01-07 04:41:02 -06:00
validator.js feat: Initial commit - michangarrito 2026-01-07 04:41:02 -06:00
ZlibHeaderTransformStream.js feat: Initial commit - michangarrito 2026-01-07 04:41:02 -06: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