xubo 5655c75f91 first commit 1 anno fa
..
AxiosTransformStream.js 5655c75f91 first commit 1 anno fa
AxiosURLSearchParams.js 5655c75f91 first commit 1 anno fa
HttpStatusCode.js 5655c75f91 first commit 1 anno fa
README.md 5655c75f91 first commit 1 anno fa
ZlibHeaderTransformStream.js 5655c75f91 first commit 1 anno fa
bind.js 5655c75f91 first commit 1 anno fa
buildURL.js 5655c75f91 first commit 1 anno fa
callbackify.js 5655c75f91 first commit 1 anno fa
combineURLs.js 5655c75f91 first commit 1 anno fa
cookies.js 5655c75f91 first commit 1 anno fa
deprecatedMethod.js 5655c75f91 first commit 1 anno fa
formDataToJSON.js 5655c75f91 first commit 1 anno fa
formDataToStream.js 5655c75f91 first commit 1 anno fa
fromDataURI.js 5655c75f91 first commit 1 anno fa
isAbsoluteURL.js 5655c75f91 first commit 1 anno fa
isAxiosError.js 5655c75f91 first commit 1 anno fa
isURLSameOrigin.js 5655c75f91 first commit 1 anno fa
null.js 5655c75f91 first commit 1 anno fa
parseHeaders.js 5655c75f91 first commit 1 anno fa
parseProtocol.js 5655c75f91 first commit 1 anno fa
readBlob.js 5655c75f91 first commit 1 anno fa
speedometer.js 5655c75f91 first commit 1 anno fa
spread.js 5655c75f91 first commit 1 anno fa
throttle.js 5655c75f91 first commit 1 anno fa
toFormData.js 5655c75f91 first commit 1 anno fa
toURLEncodedForm.js 5655c75f91 first commit 1 anno fa
validator.js 5655c75f91 first commit 1 anno fa

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