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.
Bukxara 31314a1b4d
First commit
1 month ago
..
AxiosTransformStream.js First commit 1 month ago
AxiosURLSearchParams.js First commit 1 month ago
HttpStatusCode.js First commit 1 month ago
README.md First commit 1 month ago
ZlibHeaderTransformStream.js First commit 1 month ago
bind.js First commit 1 month ago
buildURL.js First commit 1 month ago
callbackify.js First commit 1 month ago
combineURLs.js First commit 1 month ago
composeSignals.js First commit 1 month ago
cookies.js First commit 1 month ago
deprecatedMethod.js First commit 1 month ago
formDataToJSON.js First commit 1 month ago
formDataToStream.js First commit 1 month ago
fromDataURI.js First commit 1 month ago
isAbsoluteURL.js First commit 1 month ago
isAxiosError.js First commit 1 month ago
isURLSameOrigin.js First commit 1 month ago
null.js First commit 1 month ago
parseHeaders.js First commit 1 month ago
parseProtocol.js First commit 1 month ago
progressEventReducer.js First commit 1 month ago
readBlob.js First commit 1 month ago
resolveConfig.js First commit 1 month ago
speedometer.js First commit 1 month ago
spread.js First commit 1 month ago
throttle.js First commit 1 month ago
toFormData.js First commit 1 month ago
toURLEncodedForm.js First commit 1 month ago
trackStream.js First commit 1 month ago
validator.js First commit 1 month 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