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.
SRuml/SuperRice/vue/node_modules/axios/lib/helpers
dsc c16be78eee
UmlCode-Last
12 months ago
..
AxiosTransformStream.js UmlCode-Last 12 months ago
AxiosURLSearchParams.js UmlCode-Last 12 months ago
HttpStatusCode.js UmlCode-Last 12 months ago
README.md UmlCode-Last 12 months ago
ZlibHeaderTransformStream.js UmlCode-Last 12 months ago
bind.js UmlCode-Last 12 months ago
buildURL.js UmlCode-Last 12 months ago
callbackify.js UmlCode-Last 12 months ago
combineURLs.js UmlCode-Last 12 months ago
cookies.js UmlCode-Last 12 months ago
deprecatedMethod.js UmlCode-Last 12 months ago
formDataToJSON.js UmlCode-Last 12 months ago
formDataToStream.js UmlCode-Last 12 months ago
fromDataURI.js UmlCode-Last 12 months ago
isAbsoluteURL.js UmlCode-Last 12 months ago
isAxiosError.js UmlCode-Last 12 months ago
isURLSameOrigin.js UmlCode-Last 12 months ago
null.js UmlCode-Last 12 months ago
parseHeaders.js UmlCode-Last 12 months ago
parseProtocol.js UmlCode-Last 12 months ago
readBlob.js UmlCode-Last 12 months ago
speedometer.js UmlCode-Last 12 months ago
spread.js UmlCode-Last 12 months ago
throttle.js UmlCode-Last 12 months ago
toFormData.js UmlCode-Last 12 months ago
toURLEncodedForm.js UmlCode-Last 12 months ago
validator.js UmlCode-Last 12 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