e 95d2ff7c9a fix:vue 2 years ago
..
AxiosTransformStream.js 95d2ff7c9a fix:vue 2 years ago
AxiosURLSearchParams.js 95d2ff7c9a fix:vue 2 years ago
HttpStatusCode.js 95d2ff7c9a fix:vue 2 years ago
README.md 95d2ff7c9a fix:vue 2 years ago
ZlibHeaderTransformStream.js 95d2ff7c9a fix:vue 2 years ago
bind.js 95d2ff7c9a fix:vue 2 years ago
buildURL.js 95d2ff7c9a fix:vue 2 years ago
callbackify.js 95d2ff7c9a fix:vue 2 years ago
combineURLs.js 95d2ff7c9a fix:vue 2 years ago
cookies.js 95d2ff7c9a fix:vue 2 years ago
deprecatedMethod.js 95d2ff7c9a fix:vue 2 years ago
formDataToJSON.js 95d2ff7c9a fix:vue 2 years ago
formDataToStream.js 95d2ff7c9a fix:vue 2 years ago
fromDataURI.js 95d2ff7c9a fix:vue 2 years ago
isAbsoluteURL.js 95d2ff7c9a fix:vue 2 years ago
isAxiosError.js 95d2ff7c9a fix:vue 2 years ago
isURLSameOrigin.js 95d2ff7c9a fix:vue 2 years ago
null.js 95d2ff7c9a fix:vue 2 years ago
parseHeaders.js 95d2ff7c9a fix:vue 2 years ago
parseProtocol.js 95d2ff7c9a fix:vue 2 years ago
readBlob.js 95d2ff7c9a fix:vue 2 years ago
speedometer.js 95d2ff7c9a fix:vue 2 years ago
spread.js 95d2ff7c9a fix:vue 2 years ago
throttle.js 95d2ff7c9a fix:vue 2 years ago
toFormData.js 95d2ff7c9a fix:vue 2 years ago
toURLEncodedForm.js 95d2ff7c9a fix:vue 2 years ago
validator.js 95d2ff7c9a fix:vue 2 years ago

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