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

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