llalaad/node_modules/axios/lib/helpers
floraachy 6e48f5d1eb 20250313 11:17更新 2025-03-13 11:21:33 +08:00
..
AxiosTransformStream.js 20250313 11:17更新 2025-03-13 11:21:33 +08:00
AxiosURLSearchParams.js 20250313 11:17更新 2025-03-13 11:21:33 +08:00
HttpStatusCode.js 20250313 11:17更新 2025-03-13 11:21:33 +08:00
README.md 20250313 11:17更新 2025-03-13 11:21:33 +08:00
ZlibHeaderTransformStream.js 20250313 11:17更新 2025-03-13 11:21:33 +08:00
bind.js 20250313 11:17更新 2025-03-13 11:21:33 +08:00
buildURL.js 20250313 11:17更新 2025-03-13 11:21:33 +08:00
callbackify.js 20250313 11:17更新 2025-03-13 11:21:33 +08:00
combineURLs.js 20250313 11:17更新 2025-03-13 11:21:33 +08:00
composeSignals.js 20250313 11:17更新 2025-03-13 11:21:33 +08:00
cookies.js 20250313 11:17更新 2025-03-13 11:21:33 +08:00
deprecatedMethod.js 20250313 11:17更新 2025-03-13 11:21:33 +08:00
formDataToJSON.js 20250313 11:17更新 2025-03-13 11:21:33 +08:00
formDataToStream.js 20250313 11:17更新 2025-03-13 11:21:33 +08:00
fromDataURI.js 20250313 11:17更新 2025-03-13 11:21:33 +08:00
isAbsoluteURL.js 20250313 11:17更新 2025-03-13 11:21:33 +08:00
isAxiosError.js 20250313 11:17更新 2025-03-13 11:21:33 +08:00
isURLSameOrigin.js 20250313 11:17更新 2025-03-13 11:21:33 +08:00
null.js 20250313 11:17更新 2025-03-13 11:21:33 +08:00
parseHeaders.js 20250313 11:17更新 2025-03-13 11:21:33 +08:00
parseProtocol.js 20250313 11:17更新 2025-03-13 11:21:33 +08:00
progressEventReducer.js 20250313 11:17更新 2025-03-13 11:21:33 +08:00
readBlob.js 20250313 11:17更新 2025-03-13 11:21:33 +08:00
resolveConfig.js 20250313 11:17更新 2025-03-13 11:21:33 +08:00
speedometer.js 20250313 11:17更新 2025-03-13 11:21:33 +08:00
spread.js 20250313 11:17更新 2025-03-13 11:21:33 +08:00
throttle.js 20250313 11:17更新 2025-03-13 11:21:33 +08:00
toFormData.js 20250313 11:17更新 2025-03-13 11:21:33 +08:00
toURLEncodedForm.js 20250313 11:17更新 2025-03-13 11:21:33 +08:00
trackStream.js 20250313 11:17更新 2025-03-13 11:21:33 +08:00
validator.js 20250313 11:17更新 2025-03-13 11:21:33 +08:00

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