潘超林 b17e38f0e7 新建 1 anno fa
..
AxiosTransformStream.js b17e38f0e7 新建 1 anno fa
AxiosURLSearchParams.js b17e38f0e7 新建 1 anno fa
HttpStatusCode.js b17e38f0e7 新建 1 anno fa
README.md b17e38f0e7 新建 1 anno fa
ZlibHeaderTransformStream.js b17e38f0e7 新建 1 anno fa
bind.js b17e38f0e7 新建 1 anno fa
buildURL.js b17e38f0e7 新建 1 anno fa
callbackify.js b17e38f0e7 新建 1 anno fa
combineURLs.js b17e38f0e7 新建 1 anno fa
composeSignals.js b17e38f0e7 新建 1 anno fa
cookies.js b17e38f0e7 新建 1 anno fa
deprecatedMethod.js b17e38f0e7 新建 1 anno fa
formDataToJSON.js b17e38f0e7 新建 1 anno fa
formDataToStream.js b17e38f0e7 新建 1 anno fa
fromDataURI.js b17e38f0e7 新建 1 anno fa
isAbsoluteURL.js b17e38f0e7 新建 1 anno fa
isAxiosError.js b17e38f0e7 新建 1 anno fa
isURLSameOrigin.js b17e38f0e7 新建 1 anno fa
null.js b17e38f0e7 新建 1 anno fa
parseHeaders.js b17e38f0e7 新建 1 anno fa
parseProtocol.js b17e38f0e7 新建 1 anno fa
progressEventReducer.js b17e38f0e7 新建 1 anno fa
readBlob.js b17e38f0e7 新建 1 anno fa
resolveConfig.js b17e38f0e7 新建 1 anno fa
speedometer.js b17e38f0e7 新建 1 anno fa
spread.js b17e38f0e7 新建 1 anno fa
throttle.js b17e38f0e7 新建 1 anno fa
toFormData.js b17e38f0e7 新建 1 anno fa
toURLEncodedForm.js b17e38f0e7 新建 1 anno fa
trackStream.js b17e38f0e7 新建 1 anno fa
validator.js b17e38f0e7 新建 1 anno fa

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