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

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