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