陈鹏铭 93064e9f91 首次提交 před 11 měsíci
..
AxiosTransformStream.js 93064e9f91 首次提交 před 11 měsíci
AxiosURLSearchParams.js 93064e9f91 首次提交 před 11 měsíci
HttpStatusCode.js 93064e9f91 首次提交 před 11 měsíci
README.md 93064e9f91 首次提交 před 11 měsíci
ZlibHeaderTransformStream.js 93064e9f91 首次提交 před 11 měsíci
bind.js 93064e9f91 首次提交 před 11 měsíci
buildURL.js 93064e9f91 首次提交 před 11 měsíci
callbackify.js 93064e9f91 首次提交 před 11 měsíci
combineURLs.js 93064e9f91 首次提交 před 11 měsíci
cookies.js 93064e9f91 首次提交 před 11 měsíci
deprecatedMethod.js 93064e9f91 首次提交 před 11 měsíci
formDataToJSON.js 93064e9f91 首次提交 před 11 měsíci
formDataToStream.js 93064e9f91 首次提交 před 11 měsíci
fromDataURI.js 93064e9f91 首次提交 před 11 měsíci
isAbsoluteURL.js 93064e9f91 首次提交 před 11 měsíci
isAxiosError.js 93064e9f91 首次提交 před 11 měsíci
isURLSameOrigin.js 93064e9f91 首次提交 před 11 měsíci
null.js 93064e9f91 首次提交 před 11 měsíci
parseHeaders.js 93064e9f91 首次提交 před 11 měsíci
parseProtocol.js 93064e9f91 首次提交 před 11 měsíci
readBlob.js 93064e9f91 首次提交 před 11 měsíci
speedometer.js 93064e9f91 首次提交 před 11 měsíci
spread.js 93064e9f91 首次提交 před 11 měsíci
throttle.js 93064e9f91 首次提交 před 11 měsíci
toFormData.js 93064e9f91 首次提交 před 11 měsíci
toURLEncodedForm.js 93064e9f91 首次提交 před 11 měsíci
validator.js 93064e9f91 首次提交 před 11 měsíci

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