mrx8086 589d0d8244 Initial commit: Projektstruktur hinzugefügt 1 år sedan
..
AxiosTransformStream.js 589d0d8244 Initial commit: Projektstruktur hinzugefügt 1 år sedan
AxiosURLSearchParams.js 589d0d8244 Initial commit: Projektstruktur hinzugefügt 1 år sedan
HttpStatusCode.js 589d0d8244 Initial commit: Projektstruktur hinzugefügt 1 år sedan
README.md 589d0d8244 Initial commit: Projektstruktur hinzugefügt 1 år sedan
ZlibHeaderTransformStream.js 589d0d8244 Initial commit: Projektstruktur hinzugefügt 1 år sedan
bind.js 589d0d8244 Initial commit: Projektstruktur hinzugefügt 1 år sedan
buildURL.js 589d0d8244 Initial commit: Projektstruktur hinzugefügt 1 år sedan
callbackify.js 589d0d8244 Initial commit: Projektstruktur hinzugefügt 1 år sedan
combineURLs.js 589d0d8244 Initial commit: Projektstruktur hinzugefügt 1 år sedan
composeSignals.js 589d0d8244 Initial commit: Projektstruktur hinzugefügt 1 år sedan
cookies.js 589d0d8244 Initial commit: Projektstruktur hinzugefügt 1 år sedan
deprecatedMethod.js 589d0d8244 Initial commit: Projektstruktur hinzugefügt 1 år sedan
formDataToJSON.js 589d0d8244 Initial commit: Projektstruktur hinzugefügt 1 år sedan
formDataToStream.js 589d0d8244 Initial commit: Projektstruktur hinzugefügt 1 år sedan
fromDataURI.js 589d0d8244 Initial commit: Projektstruktur hinzugefügt 1 år sedan
isAbsoluteURL.js 589d0d8244 Initial commit: Projektstruktur hinzugefügt 1 år sedan
isAxiosError.js 589d0d8244 Initial commit: Projektstruktur hinzugefügt 1 år sedan
isURLSameOrigin.js 589d0d8244 Initial commit: Projektstruktur hinzugefügt 1 år sedan
null.js 589d0d8244 Initial commit: Projektstruktur hinzugefügt 1 år sedan
parseHeaders.js 589d0d8244 Initial commit: Projektstruktur hinzugefügt 1 år sedan
parseProtocol.js 589d0d8244 Initial commit: Projektstruktur hinzugefügt 1 år sedan
progressEventReducer.js 589d0d8244 Initial commit: Projektstruktur hinzugefügt 1 år sedan
readBlob.js 589d0d8244 Initial commit: Projektstruktur hinzugefügt 1 år sedan
resolveConfig.js 589d0d8244 Initial commit: Projektstruktur hinzugefügt 1 år sedan
speedometer.js 589d0d8244 Initial commit: Projektstruktur hinzugefügt 1 år sedan
spread.js 589d0d8244 Initial commit: Projektstruktur hinzugefügt 1 år sedan
throttle.js 589d0d8244 Initial commit: Projektstruktur hinzugefügt 1 år sedan
toFormData.js 589d0d8244 Initial commit: Projektstruktur hinzugefügt 1 år sedan
toURLEncodedForm.js 589d0d8244 Initial commit: Projektstruktur hinzugefügt 1 år sedan
trackStream.js 589d0d8244 Initial commit: Projektstruktur hinzugefügt 1 år sedan
validator.js 589d0d8244 Initial commit: Projektstruktur hinzugefügt 1 år sedan

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