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

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