冯博深 f143f24da4 first il y a 1 jour
..
AxiosTransformStream.js f143f24da4 first il y a 1 jour
AxiosURLSearchParams.js f143f24da4 first il y a 1 jour
HttpStatusCode.js f143f24da4 first il y a 1 jour
README.md f143f24da4 first il y a 1 jour
ZlibHeaderTransformStream.js f143f24da4 first il y a 1 jour
bind.js f143f24da4 first il y a 1 jour
buildURL.js f143f24da4 first il y a 1 jour
callbackify.js f143f24da4 first il y a 1 jour
combineURLs.js f143f24da4 first il y a 1 jour
composeSignals.js f143f24da4 first il y a 1 jour
cookies.js f143f24da4 first il y a 1 jour
deprecatedMethod.js f143f24da4 first il y a 1 jour
estimateDataURLDecodedBytes.js f143f24da4 first il y a 1 jour
formDataToJSON.js f143f24da4 first il y a 1 jour
formDataToStream.js f143f24da4 first il y a 1 jour
fromDataURI.js f143f24da4 first il y a 1 jour
isAbsoluteURL.js f143f24da4 first il y a 1 jour
isAxiosError.js f143f24da4 first il y a 1 jour
isURLSameOrigin.js f143f24da4 first il y a 1 jour
null.js f143f24da4 first il y a 1 jour
parseHeaders.js f143f24da4 first il y a 1 jour
parseProtocol.js f143f24da4 first il y a 1 jour
progressEventReducer.js f143f24da4 first il y a 1 jour
readBlob.js f143f24da4 first il y a 1 jour
resolveConfig.js f143f24da4 first il y a 1 jour
speedometer.js f143f24da4 first il y a 1 jour
spread.js f143f24da4 first il y a 1 jour
throttle.js f143f24da4 first il y a 1 jour
toFormData.js f143f24da4 first il y a 1 jour
toURLEncodedForm.js f143f24da4 first il y a 1 jour
trackStream.js f143f24da4 first il y a 1 jour
validator.js f143f24da4 first il y a 1 jour

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