zheng f326829555 仓库 vor 2 Wochen
..
AxiosTransformStream.js f326829555 仓库 vor 2 Wochen
AxiosURLSearchParams.js f326829555 仓库 vor 2 Wochen
HttpStatusCode.js f326829555 仓库 vor 2 Wochen
README.md f326829555 仓库 vor 2 Wochen
ZlibHeaderTransformStream.js f326829555 仓库 vor 2 Wochen
bind.js f326829555 仓库 vor 2 Wochen
buildURL.js f326829555 仓库 vor 2 Wochen
callbackify.js f326829555 仓库 vor 2 Wochen
combineURLs.js f326829555 仓库 vor 2 Wochen
composeSignals.js f326829555 仓库 vor 2 Wochen
cookies.js f326829555 仓库 vor 2 Wochen
deprecatedMethod.js f326829555 仓库 vor 2 Wochen
estimateDataURLDecodedBytes.js f326829555 仓库 vor 2 Wochen
formDataToJSON.js f326829555 仓库 vor 2 Wochen
formDataToStream.js f326829555 仓库 vor 2 Wochen
fromDataURI.js f326829555 仓库 vor 2 Wochen
isAbsoluteURL.js f326829555 仓库 vor 2 Wochen
isAxiosError.js f326829555 仓库 vor 2 Wochen
isURLSameOrigin.js f326829555 仓库 vor 2 Wochen
null.js f326829555 仓库 vor 2 Wochen
parseHeaders.js f326829555 仓库 vor 2 Wochen
parseProtocol.js f326829555 仓库 vor 2 Wochen
progressEventReducer.js f326829555 仓库 vor 2 Wochen
readBlob.js f326829555 仓库 vor 2 Wochen
resolveConfig.js f326829555 仓库 vor 2 Wochen
shouldBypassProxy.js f326829555 仓库 vor 2 Wochen
speedometer.js f326829555 仓库 vor 2 Wochen
spread.js f326829555 仓库 vor 2 Wochen
throttle.js f326829555 仓库 vor 2 Wochen
toFormData.js f326829555 仓库 vor 2 Wochen
toURLEncodedForm.js f326829555 仓库 vor 2 Wochen
trackStream.js f326829555 仓库 vor 2 Wochen
validator.js f326829555 仓库 vor 2 Wochen

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