seven 717b51f178 init vor 2 Wochen
..
AxiosTransformStream.js 717b51f178 init vor 2 Wochen
AxiosURLSearchParams.js 717b51f178 init vor 2 Wochen
HttpStatusCode.js 717b51f178 init vor 2 Wochen
README.md 717b51f178 init vor 2 Wochen
ZlibHeaderTransformStream.js 717b51f178 init vor 2 Wochen
bind.js 717b51f178 init vor 2 Wochen
buildURL.js 717b51f178 init vor 2 Wochen
callbackify.js 717b51f178 init vor 2 Wochen
combineURLs.js 717b51f178 init vor 2 Wochen
composeSignals.js 717b51f178 init vor 2 Wochen
cookies.js 717b51f178 init vor 2 Wochen
deprecatedMethod.js 717b51f178 init vor 2 Wochen
formDataToJSON.js 717b51f178 init vor 2 Wochen
formDataToStream.js 717b51f178 init vor 2 Wochen
fromDataURI.js 717b51f178 init vor 2 Wochen
isAbsoluteURL.js 717b51f178 init vor 2 Wochen
isAxiosError.js 717b51f178 init vor 2 Wochen
isURLSameOrigin.js 717b51f178 init vor 2 Wochen
null.js 717b51f178 init vor 2 Wochen
parseHeaders.js 717b51f178 init vor 2 Wochen
parseProtocol.js 717b51f178 init vor 2 Wochen
progressEventReducer.js 717b51f178 init vor 2 Wochen
readBlob.js 717b51f178 init vor 2 Wochen
resolveConfig.js 717b51f178 init vor 2 Wochen
speedometer.js 717b51f178 init vor 2 Wochen
spread.js 717b51f178 init vor 2 Wochen
throttle.js 717b51f178 init vor 2 Wochen
toFormData.js 717b51f178 init vor 2 Wochen
toURLEncodedForm.js 717b51f178 init vor 2 Wochen
trackStream.js 717b51f178 init vor 2 Wochen
validator.js 717b51f178 init vor 2 Wochen

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