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

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