This repository has been archived on 2025-02-16. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
sidBot/sidBot-js/node_modules/axios/lib/helpers
2023-04-14 15:54:26 +02:00
..
AxiosTransformStream.js Cleaned up repo and separated both bots into their respective folders 2023-04-14 15:54:26 +02:00
AxiosURLSearchParams.js Cleaned up repo and separated both bots into their respective folders 2023-04-14 15:54:26 +02:00
bind.js Cleaned up repo and separated both bots into their respective folders 2023-04-14 15:54:26 +02:00
buildURL.js Cleaned up repo and separated both bots into their respective folders 2023-04-14 15:54:26 +02:00
combineURLs.js Cleaned up repo and separated both bots into their respective folders 2023-04-14 15:54:26 +02:00
cookies.js Cleaned up repo and separated both bots into their respective folders 2023-04-14 15:54:26 +02:00
deprecatedMethod.js Cleaned up repo and separated both bots into their respective folders 2023-04-14 15:54:26 +02:00
formDataToJSON.js Cleaned up repo and separated both bots into their respective folders 2023-04-14 15:54:26 +02:00
fromDataURI.js Cleaned up repo and separated both bots into their respective folders 2023-04-14 15:54:26 +02:00
isAbsoluteURL.js Cleaned up repo and separated both bots into their respective folders 2023-04-14 15:54:26 +02:00
isAxiosError.js Cleaned up repo and separated both bots into their respective folders 2023-04-14 15:54:26 +02:00
isURLSameOrigin.js Cleaned up repo and separated both bots into their respective folders 2023-04-14 15:54:26 +02:00
null.js Cleaned up repo and separated both bots into their respective folders 2023-04-14 15:54:26 +02:00
parseHeaders.js Cleaned up repo and separated both bots into their respective folders 2023-04-14 15:54:26 +02:00
parseProtocol.js Cleaned up repo and separated both bots into their respective folders 2023-04-14 15:54:26 +02:00
README.md Cleaned up repo and separated both bots into their respective folders 2023-04-14 15:54:26 +02:00
speedometer.js Cleaned up repo and separated both bots into their respective folders 2023-04-14 15:54:26 +02:00
spread.js Cleaned up repo and separated both bots into their respective folders 2023-04-14 15:54:26 +02:00
throttle.js Cleaned up repo and separated both bots into their respective folders 2023-04-14 15:54:26 +02:00
toFormData.js Cleaned up repo and separated both bots into their respective folders 2023-04-14 15:54:26 +02:00
toURLEncodedForm.js Cleaned up repo and separated both bots into their respective folders 2023-04-14 15:54:26 +02:00
validator.js Cleaned up repo and separated both bots into their respective folders 2023-04-14 15:54:26 +02:00

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