陈鹏铭 3283bca5a2 1 8 months ago
..
AxiosTransformStream.js fe36a53a7d 首次提交 8 months ago
AxiosURLSearchParams.js fe36a53a7d 首次提交 8 months ago
HttpStatusCode.js fe36a53a7d 首次提交 8 months ago
README.md fe36a53a7d 首次提交 8 months ago
ZlibHeaderTransformStream.js 3283bca5a2 1 8 months ago
bind.js fe36a53a7d 首次提交 8 months ago
buildURL.js 3283bca5a2 1 8 months ago
callbackify.js fe36a53a7d 首次提交 8 months ago
combineURLs.js fe36a53a7d 首次提交 8 months ago
cookies.js fe36a53a7d 首次提交 8 months ago
deprecatedMethod.js fe36a53a7d 首次提交 8 months ago
formDataToJSON.js fe36a53a7d 首次提交 8 months ago
formDataToStream.js fe36a53a7d 首次提交 8 months ago
fromDataURI.js fe36a53a7d 首次提交 8 months ago
isAbsoluteURL.js 3283bca5a2 1 8 months ago
isAxiosError.js fe36a53a7d 首次提交 8 months ago
isURLSameOrigin.js fe36a53a7d 首次提交 8 months ago
null.js fe36a53a7d 首次提交 8 months ago
parseHeaders.js fe36a53a7d 首次提交 8 months ago
parseProtocol.js fe36a53a7d 首次提交 8 months ago
readBlob.js 3283bca5a2 1 8 months ago
speedometer.js fe36a53a7d 首次提交 8 months ago
spread.js fe36a53a7d 首次提交 8 months ago
throttle.js 3283bca5a2 1 8 months ago
toFormData.js fe36a53a7d 首次提交 8 months ago
toURLEncodedForm.js 3283bca5a2 1 8 months ago
validator.js 3283bca5a2 1 8 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