X\choro 48f1b97cc3 first commit il y a 3 mois
..
AxiosTransformStream.js 48f1b97cc3 first commit il y a 3 mois
AxiosURLSearchParams.js 48f1b97cc3 first commit il y a 3 mois
HttpStatusCode.js 48f1b97cc3 first commit il y a 3 mois
README.md 48f1b97cc3 first commit il y a 3 mois
ZlibHeaderTransformStream.js 48f1b97cc3 first commit il y a 3 mois
bind.js 48f1b97cc3 first commit il y a 3 mois
buildURL.js 48f1b97cc3 first commit il y a 3 mois
callbackify.js 48f1b97cc3 first commit il y a 3 mois
combineURLs.js 48f1b97cc3 first commit il y a 3 mois
composeSignals.js 48f1b97cc3 first commit il y a 3 mois
cookies.js 48f1b97cc3 first commit il y a 3 mois
deprecatedMethod.js 48f1b97cc3 first commit il y a 3 mois
formDataToJSON.js 48f1b97cc3 first commit il y a 3 mois
formDataToStream.js 48f1b97cc3 first commit il y a 3 mois
fromDataURI.js 48f1b97cc3 first commit il y a 3 mois
isAbsoluteURL.js 48f1b97cc3 first commit il y a 3 mois
isAxiosError.js 48f1b97cc3 first commit il y a 3 mois
isURLSameOrigin.js 48f1b97cc3 first commit il y a 3 mois
null.js 48f1b97cc3 first commit il y a 3 mois
parseHeaders.js 48f1b97cc3 first commit il y a 3 mois
parseProtocol.js 48f1b97cc3 first commit il y a 3 mois
progressEventReducer.js 48f1b97cc3 first commit il y a 3 mois
readBlob.js 48f1b97cc3 first commit il y a 3 mois
resolveConfig.js 48f1b97cc3 first commit il y a 3 mois
speedometer.js 48f1b97cc3 first commit il y a 3 mois
spread.js 48f1b97cc3 first commit il y a 3 mois
throttle.js 48f1b97cc3 first commit il y a 3 mois
toFormData.js 48f1b97cc3 first commit il y a 3 mois
toURLEncodedForm.js 48f1b97cc3 first commit il y a 3 mois
trackStream.js 48f1b97cc3 first commit il y a 3 mois
validator.js 48f1b97cc3 first commit il y a 3 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