X\choro 48f1b97cc3 first commit 1 anno fa
..
AxiosTransformStream.js 48f1b97cc3 first commit 1 anno fa
AxiosURLSearchParams.js 48f1b97cc3 first commit 1 anno fa
HttpStatusCode.js 48f1b97cc3 first commit 1 anno fa
README.md 48f1b97cc3 first commit 1 anno fa
ZlibHeaderTransformStream.js 48f1b97cc3 first commit 1 anno fa
bind.js 48f1b97cc3 first commit 1 anno fa
buildURL.js 48f1b97cc3 first commit 1 anno fa
callbackify.js 48f1b97cc3 first commit 1 anno fa
combineURLs.js 48f1b97cc3 first commit 1 anno fa
composeSignals.js 48f1b97cc3 first commit 1 anno fa
cookies.js 48f1b97cc3 first commit 1 anno fa
deprecatedMethod.js 48f1b97cc3 first commit 1 anno fa
formDataToJSON.js 48f1b97cc3 first commit 1 anno fa
formDataToStream.js 48f1b97cc3 first commit 1 anno fa
fromDataURI.js 48f1b97cc3 first commit 1 anno fa
isAbsoluteURL.js 48f1b97cc3 first commit 1 anno fa
isAxiosError.js 48f1b97cc3 first commit 1 anno fa
isURLSameOrigin.js 48f1b97cc3 first commit 1 anno fa
null.js 48f1b97cc3 first commit 1 anno fa
parseHeaders.js 48f1b97cc3 first commit 1 anno fa
parseProtocol.js 48f1b97cc3 first commit 1 anno fa
progressEventReducer.js 48f1b97cc3 first commit 1 anno fa
readBlob.js 48f1b97cc3 first commit 1 anno fa
resolveConfig.js 48f1b97cc3 first commit 1 anno fa
speedometer.js 48f1b97cc3 first commit 1 anno fa
spread.js 48f1b97cc3 first commit 1 anno fa
throttle.js 48f1b97cc3 first commit 1 anno fa
toFormData.js 48f1b97cc3 first commit 1 anno fa
toURLEncodedForm.js 48f1b97cc3 first commit 1 anno fa
trackStream.js 48f1b97cc3 first commit 1 anno fa
validator.js 48f1b97cc3 first commit 1 anno fa

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