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

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