Home / node_modules / axios / lib / helpers
File Name
Size
Date
  • ..
    —
    —
  • README.md
    351.00B
    1985-10-26 08:15:00
    bind.js
    256.00B
    1985-10-26 08:15:00
    buildURL.js
    1.61KB
    1985-10-26 08:15:00
    combineURLs.js
    380.00B
    1985-10-26 08:15:00
    cookies.js
    1.40KB
    1985-10-26 08:15:00
    deprecatedMethod.js
    727.00B
    1985-10-26 08:15:00
    isAbsoluteURL.js
    561.00B
    1985-10-26 08:15:00
    isAxiosError.js
    373.00B
    1985-10-26 08:15:00
    isURLSameOrigin.js
    2.25KB
    1985-10-26 08:15:00
    normalizeHeaderName.js
    357.00B
    1985-10-26 08:15:00
    null.js
    58.00B
    1985-10-26 08:15:00
    parseHeaders.js
    1.36KB
    1985-10-26 08:15:00
    parseProtocol.js
    152.00B
    1985-10-26 08:15:00
    spread.js
    564.00B
    1985-10-26 08:15:00
    toFormData.js
    1.74KB
    1985-10-26 08:15:00
    validator.js
    2.50KB
    1985-10-26 08:15:00
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

Powered by Directory Lister