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

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