axios-axios/lib/helpers
2022-06-02 20:50:41 +02:00
..
AxiosURLSearchParams.js URL params serializer; (#4734) 2022-05-25 08:16:38 +02:00
bind.js don\'t need to transform arguments to array (#4544) 2022-05-09 19:08:57 +02:00
buildURL.js URL params serializer; (#4734) 2022-05-25 08:16:38 +02:00
combineURLs.js docs(helpers/combineURLs) 2022-06-02 20:50:41 +02:00
cookies.js chore: upgrade eslint and add fix command 2018-04-06 21:50:26 -07:00
deprecatedMethod.js docs(helpers/deprecatedMethod) 2022-06-02 20:50:16 +02:00
formDataToJSON.js docs(helpers/formDataToJSON) 2022-06-02 20:49:51 +02:00
fromDataURI.js docs(helpers/fromDataURI) 2022-06-02 20:49:21 +02:00
isAbsoluteURL.js docs(helpers/isAbsoluteURL) 2022-06-02 20:48:55 +02:00
isAxiosError.js docs(helpers/isAxiosError) 2022-06-02 20:48:22 +02:00
isURLSameOrigin.js style: fix word spelling ang lint style in comment (#4500) 2022-05-03 21:12:16 +02:00
normalizeHeaderName.js Adding support for URLSearchParams 2016-05-07 12:26:28 -07:00
null.js Improved FormData support; (#4448) 2022-03-14 20:22:10 +02:00
parseHeaders.js docs(helpers/parseHeaders) 2022-06-02 20:47:56 +02:00
parseProtocol.js Enhanced protocol parsing implementation to fix #4633; (#4639) 2022-04-27 11:30:50 +02:00
README.md Adding README to modules 2016-06-01 13:16:16 -06:00
spread.js chore(helpers/spread): added docs for spread functions 2022-06-02 20:46:44 +02:00
toFormData.js chore(helpers/toFormData): added docs for to form data functions 2022-06-02 20:46:05 +02:00
toURLEncodedForm.js Added the ability for the url-encoded-form serializer to respect the formSerializer config; (#4721) 2022-05-17 08:26:35 +02:00
validator.js chore(helpers/validator): added docs for validator function 2022-06-02 20:45:27 +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