You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
DazedVexer 57055ca75b
项目-前端文件提交
4 months ago
..
AxiosTransformStream.js 项目-前端文件提交 4 months ago
AxiosURLSearchParams.js 项目-前端文件提交 4 months ago
HttpStatusCode.js 项目-前端文件提交 4 months ago
README.md 项目-前端文件提交 4 months ago
ZlibHeaderTransformStream.js 项目-前端文件提交 4 months ago
bind.js 项目-前端文件提交 4 months ago
buildURL.js 项目-前端文件提交 4 months ago
callbackify.js 项目-前端文件提交 4 months ago
combineURLs.js 项目-前端文件提交 4 months ago
composeSignals.js 项目-前端文件提交 4 months ago
cookies.js 项目-前端文件提交 4 months ago
deprecatedMethod.js 项目-前端文件提交 4 months ago
estimateDataURLDecodedBytes.js 项目-前端文件提交 4 months ago
formDataToJSON.js 项目-前端文件提交 4 months ago
formDataToStream.js 项目-前端文件提交 4 months ago
fromDataURI.js 项目-前端文件提交 4 months ago
isAbsoluteURL.js 项目-前端文件提交 4 months ago
isAxiosError.js 项目-前端文件提交 4 months ago
isURLSameOrigin.js 项目-前端文件提交 4 months ago
null.js 项目-前端文件提交 4 months ago
parseHeaders.js 项目-前端文件提交 4 months ago
parseProtocol.js 项目-前端文件提交 4 months ago
progressEventReducer.js 项目-前端文件提交 4 months ago
readBlob.js 项目-前端文件提交 4 months ago
resolveConfig.js 项目-前端文件提交 4 months ago
speedometer.js 项目-前端文件提交 4 months ago
spread.js 项目-前端文件提交 4 months ago
throttle.js 项目-前端文件提交 4 months ago
toFormData.js 项目-前端文件提交 4 months ago
toURLEncodedForm.js 项目-前端文件提交 4 months ago
trackStream.js 项目-前端文件提交 4 months ago
validator.js 项目-前端文件提交 4 months 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