zhaojinyu e984acc6d0 first commit 11 月之前
..
AxiosTransformStream.js e984acc6d0 first commit 11 月之前
AxiosURLSearchParams.js e984acc6d0 first commit 11 月之前
HttpStatusCode.js e984acc6d0 first commit 11 月之前
README.md e984acc6d0 first commit 11 月之前
ZlibHeaderTransformStream.js e984acc6d0 first commit 11 月之前
bind.js e984acc6d0 first commit 11 月之前
buildURL.js e984acc6d0 first commit 11 月之前
callbackify.js e984acc6d0 first commit 11 月之前
combineURLs.js e984acc6d0 first commit 11 月之前
cookies.js e984acc6d0 first commit 11 月之前
deprecatedMethod.js e984acc6d0 first commit 11 月之前
formDataToJSON.js e984acc6d0 first commit 11 月之前
formDataToStream.js e984acc6d0 first commit 11 月之前
fromDataURI.js e984acc6d0 first commit 11 月之前
isAbsoluteURL.js e984acc6d0 first commit 11 月之前
isAxiosError.js e984acc6d0 first commit 11 月之前
isURLSameOrigin.js e984acc6d0 first commit 11 月之前
null.js e984acc6d0 first commit 11 月之前
parseHeaders.js e984acc6d0 first commit 11 月之前
parseProtocol.js e984acc6d0 first commit 11 月之前
readBlob.js e984acc6d0 first commit 11 月之前
speedometer.js e984acc6d0 first commit 11 月之前
spread.js e984acc6d0 first commit 11 月之前
throttle.js e984acc6d0 first commit 11 月之前
toFormData.js e984acc6d0 first commit 11 月之前
toURLEncodedForm.js e984acc6d0 first commit 11 月之前
validator.js e984acc6d0 first commit 11 月之前

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