潘超林 b17e38f0e7 新建 il y a 3 mois
..
AxiosTransformStream.js b17e38f0e7 新建 il y a 3 mois
AxiosURLSearchParams.js b17e38f0e7 新建 il y a 3 mois
HttpStatusCode.js b17e38f0e7 新建 il y a 3 mois
README.md b17e38f0e7 新建 il y a 3 mois
ZlibHeaderTransformStream.js b17e38f0e7 新建 il y a 3 mois
bind.js b17e38f0e7 新建 il y a 3 mois
buildURL.js b17e38f0e7 新建 il y a 3 mois
callbackify.js b17e38f0e7 新建 il y a 3 mois
combineURLs.js b17e38f0e7 新建 il y a 3 mois
composeSignals.js b17e38f0e7 新建 il y a 3 mois
cookies.js b17e38f0e7 新建 il y a 3 mois
deprecatedMethod.js b17e38f0e7 新建 il y a 3 mois
formDataToJSON.js b17e38f0e7 新建 il y a 3 mois
formDataToStream.js b17e38f0e7 新建 il y a 3 mois
fromDataURI.js b17e38f0e7 新建 il y a 3 mois
isAbsoluteURL.js b17e38f0e7 新建 il y a 3 mois
isAxiosError.js b17e38f0e7 新建 il y a 3 mois
isURLSameOrigin.js b17e38f0e7 新建 il y a 3 mois
null.js b17e38f0e7 新建 il y a 3 mois
parseHeaders.js b17e38f0e7 新建 il y a 3 mois
parseProtocol.js b17e38f0e7 新建 il y a 3 mois
progressEventReducer.js b17e38f0e7 新建 il y a 3 mois
readBlob.js b17e38f0e7 新建 il y a 3 mois
resolveConfig.js b17e38f0e7 新建 il y a 3 mois
speedometer.js b17e38f0e7 新建 il y a 3 mois
spread.js b17e38f0e7 新建 il y a 3 mois
throttle.js b17e38f0e7 新建 il y a 3 mois
toFormData.js b17e38f0e7 新建 il y a 3 mois
toURLEncodedForm.js b17e38f0e7 新建 il y a 3 mois
trackStream.js b17e38f0e7 新建 il y a 3 mois
validator.js b17e38f0e7 新建 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