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

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