陈鹏铭 93064e9f91 首次提交 il y a 11 mois
..
AxiosTransformStream.js 93064e9f91 首次提交 il y a 11 mois
AxiosURLSearchParams.js 93064e9f91 首次提交 il y a 11 mois
HttpStatusCode.js 93064e9f91 首次提交 il y a 11 mois
README.md 93064e9f91 首次提交 il y a 11 mois
ZlibHeaderTransformStream.js 93064e9f91 首次提交 il y a 11 mois
bind.js 93064e9f91 首次提交 il y a 11 mois
buildURL.js 93064e9f91 首次提交 il y a 11 mois
callbackify.js 93064e9f91 首次提交 il y a 11 mois
combineURLs.js 93064e9f91 首次提交 il y a 11 mois
cookies.js 93064e9f91 首次提交 il y a 11 mois
deprecatedMethod.js 93064e9f91 首次提交 il y a 11 mois
formDataToJSON.js 93064e9f91 首次提交 il y a 11 mois
formDataToStream.js 93064e9f91 首次提交 il y a 11 mois
fromDataURI.js 93064e9f91 首次提交 il y a 11 mois
isAbsoluteURL.js 93064e9f91 首次提交 il y a 11 mois
isAxiosError.js 93064e9f91 首次提交 il y a 11 mois
isURLSameOrigin.js 93064e9f91 首次提交 il y a 11 mois
null.js 93064e9f91 首次提交 il y a 11 mois
parseHeaders.js 93064e9f91 首次提交 il y a 11 mois
parseProtocol.js 93064e9f91 首次提交 il y a 11 mois
readBlob.js 93064e9f91 首次提交 il y a 11 mois
speedometer.js 93064e9f91 首次提交 il y a 11 mois
spread.js 93064e9f91 首次提交 il y a 11 mois
throttle.js 93064e9f91 首次提交 il y a 11 mois
toFormData.js 93064e9f91 首次提交 il y a 11 mois
toURLEncodedForm.js 93064e9f91 首次提交 il y a 11 mois
validator.js 93064e9f91 首次提交 il y a 11 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