root 70a2ca66f3 first commit hace 6 días
..
AxiosTransformStream.js 70a2ca66f3 first commit hace 6 días
AxiosURLSearchParams.js 70a2ca66f3 first commit hace 6 días
HttpStatusCode.js 70a2ca66f3 first commit hace 6 días
README.md 70a2ca66f3 first commit hace 6 días
ZlibHeaderTransformStream.js 70a2ca66f3 first commit hace 6 días
bind.js 70a2ca66f3 first commit hace 6 días
buildURL.js 70a2ca66f3 first commit hace 6 días
callbackify.js 70a2ca66f3 first commit hace 6 días
combineURLs.js 70a2ca66f3 first commit hace 6 días
composeSignals.js 70a2ca66f3 first commit hace 6 días
cookies.js 70a2ca66f3 first commit hace 6 días
deprecatedMethod.js 70a2ca66f3 first commit hace 6 días
estimateDataURLDecodedBytes.js 70a2ca66f3 first commit hace 6 días
formDataToJSON.js 70a2ca66f3 first commit hace 6 días
formDataToStream.js 70a2ca66f3 first commit hace 6 días
fromDataURI.js 70a2ca66f3 first commit hace 6 días
isAbsoluteURL.js 70a2ca66f3 first commit hace 6 días
isAxiosError.js 70a2ca66f3 first commit hace 6 días
isURLSameOrigin.js 70a2ca66f3 first commit hace 6 días
null.js 70a2ca66f3 first commit hace 6 días
parseHeaders.js 70a2ca66f3 first commit hace 6 días
parseProtocol.js 70a2ca66f3 first commit hace 6 días
progressEventReducer.js 70a2ca66f3 first commit hace 6 días
readBlob.js 70a2ca66f3 first commit hace 6 días
resolveConfig.js 70a2ca66f3 first commit hace 6 días
speedometer.js 70a2ca66f3 first commit hace 6 días
spread.js 70a2ca66f3 first commit hace 6 días
throttle.js 70a2ca66f3 first commit hace 6 días
toFormData.js 70a2ca66f3 first commit hace 6 días
toURLEncodedForm.js 70a2ca66f3 first commit hace 6 días
trackStream.js 70a2ca66f3 first commit hace 6 días
validator.js 70a2ca66f3 first commit hace 6 días

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