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

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