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

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