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

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