2311061106/frontend/node_modules/axios/lib/helpers
23175 b8b09fd9d4
Some checks failed
autograde-final-vibevault / check-trigger (push) Successful in 13s
autograde-final-vibevault / grade (push) Failing after 55s
完成作业
2025-12-14 16:02:40 +08:00
..
AxiosTransformStream.js 完成作业 2025-12-14 16:02:40 +08:00
AxiosURLSearchParams.js 完成作业 2025-12-14 16:02:40 +08:00
bind.js 完成作业 2025-12-14 16:02:40 +08:00
buildURL.js 完成作业 2025-12-14 16:02:40 +08:00
callbackify.js 完成作业 2025-12-14 16:02:40 +08:00
combineURLs.js 完成作业 2025-12-14 16:02:40 +08:00
composeSignals.js 完成作业 2025-12-14 16:02:40 +08:00
cookies.js 完成作业 2025-12-14 16:02:40 +08:00
deprecatedMethod.js 完成作业 2025-12-14 16:02:40 +08:00
estimateDataURLDecodedBytes.js 完成作业 2025-12-14 16:02:40 +08:00
formDataToJSON.js 完成作业 2025-12-14 16:02:40 +08:00
formDataToStream.js 完成作业 2025-12-14 16:02:40 +08:00
fromDataURI.js 完成作业 2025-12-14 16:02:40 +08:00
HttpStatusCode.js 完成作业 2025-12-14 16:02:40 +08:00
isAbsoluteURL.js 完成作业 2025-12-14 16:02:40 +08:00
isAxiosError.js 完成作业 2025-12-14 16:02:40 +08:00
isURLSameOrigin.js 完成作业 2025-12-14 16:02:40 +08:00
null.js 完成作业 2025-12-14 16:02:40 +08:00
parseHeaders.js 完成作业 2025-12-14 16:02:40 +08:00
parseProtocol.js 完成作业 2025-12-14 16:02:40 +08:00
progressEventReducer.js 完成作业 2025-12-14 16:02:40 +08:00
readBlob.js 完成作业 2025-12-14 16:02:40 +08:00
README.md 完成作业 2025-12-14 16:02:40 +08:00
resolveConfig.js 完成作业 2025-12-14 16:02:40 +08:00
speedometer.js 完成作业 2025-12-14 16:02:40 +08:00
spread.js 完成作业 2025-12-14 16:02:40 +08:00
throttle.js 完成作业 2025-12-14 16:02:40 +08:00
toFormData.js 完成作业 2025-12-14 16:02:40 +08:00
toURLEncodedForm.js 完成作业 2025-12-14 16:02:40 +08:00
trackStream.js 完成作业 2025-12-14 16:02:40 +08:00
validator.js 完成作业 2025-12-14 16:02:40 +08:00
ZlibHeaderTransformStream.js 完成作业 2025-12-14 16:02:40 +08:00

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