chenxu 713125807c 小程序代码 il y a 2 mois
..
AxiosTransformStream.js 713125807c 小程序代码 il y a 2 mois
AxiosURLSearchParams.js 713125807c 小程序代码 il y a 2 mois
HttpStatusCode.js 713125807c 小程序代码 il y a 2 mois
README.md 713125807c 小程序代码 il y a 2 mois
ZlibHeaderTransformStream.js 713125807c 小程序代码 il y a 2 mois
bind.js 713125807c 小程序代码 il y a 2 mois
buildURL.js 713125807c 小程序代码 il y a 2 mois
callbackify.js 713125807c 小程序代码 il y a 2 mois
combineURLs.js 713125807c 小程序代码 il y a 2 mois
composeSignals.js 713125807c 小程序代码 il y a 2 mois
cookies.js 713125807c 小程序代码 il y a 2 mois
deprecatedMethod.js 713125807c 小程序代码 il y a 2 mois
formDataToJSON.js 713125807c 小程序代码 il y a 2 mois
formDataToStream.js 713125807c 小程序代码 il y a 2 mois
fromDataURI.js 713125807c 小程序代码 il y a 2 mois
isAbsoluteURL.js 713125807c 小程序代码 il y a 2 mois
isAxiosError.js 713125807c 小程序代码 il y a 2 mois
isURLSameOrigin.js 713125807c 小程序代码 il y a 2 mois
null.js 713125807c 小程序代码 il y a 2 mois
parseHeaders.js 713125807c 小程序代码 il y a 2 mois
parseProtocol.js 713125807c 小程序代码 il y a 2 mois
progressEventReducer.js 713125807c 小程序代码 il y a 2 mois
readBlob.js 713125807c 小程序代码 il y a 2 mois
resolveConfig.js 713125807c 小程序代码 il y a 2 mois
speedometer.js 713125807c 小程序代码 il y a 2 mois
spread.js 713125807c 小程序代码 il y a 2 mois
throttle.js 713125807c 小程序代码 il y a 2 mois
toFormData.js 713125807c 小程序代码 il y a 2 mois
toURLEncodedForm.js 713125807c 小程序代码 il y a 2 mois
trackStream.js 713125807c 小程序代码 il y a 2 mois
validator.js 713125807c 小程序代码 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