zheng f326829555 仓库 1 week ago
..
AxiosTransformStream.js f326829555 仓库 1 week ago
AxiosURLSearchParams.js f326829555 仓库 1 week ago
HttpStatusCode.js f326829555 仓库 1 week ago
README.md f326829555 仓库 1 week ago
ZlibHeaderTransformStream.js f326829555 仓库 1 week ago
bind.js f326829555 仓库 1 week ago
buildURL.js f326829555 仓库 1 week ago
callbackify.js f326829555 仓库 1 week ago
combineURLs.js f326829555 仓库 1 week ago
composeSignals.js f326829555 仓库 1 week ago
cookies.js f326829555 仓库 1 week ago
deprecatedMethod.js f326829555 仓库 1 week ago
estimateDataURLDecodedBytes.js f326829555 仓库 1 week ago
formDataToJSON.js f326829555 仓库 1 week ago
formDataToStream.js f326829555 仓库 1 week ago
fromDataURI.js f326829555 仓库 1 week ago
isAbsoluteURL.js f326829555 仓库 1 week ago
isAxiosError.js f326829555 仓库 1 week ago
isURLSameOrigin.js f326829555 仓库 1 week ago
null.js f326829555 仓库 1 week ago
parseHeaders.js f326829555 仓库 1 week ago
parseProtocol.js f326829555 仓库 1 week ago
progressEventReducer.js f326829555 仓库 1 week ago
readBlob.js f326829555 仓库 1 week ago
resolveConfig.js f326829555 仓库 1 week ago
shouldBypassProxy.js f326829555 仓库 1 week ago
speedometer.js f326829555 仓库 1 week ago
spread.js f326829555 仓库 1 week ago
throttle.js f326829555 仓库 1 week ago
toFormData.js f326829555 仓库 1 week ago
toURLEncodedForm.js f326829555 仓库 1 week ago
trackStream.js f326829555 仓库 1 week ago
validator.js f326829555 仓库 1 week 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