axios-axios/lib/core
João Gabriel Quaresma 1504792765
Fixing content-type header repeated (#4745)
Co-authored-by: Jay <jasonsaayman@gmail.com>
2022-05-28 11:52:50 +02:00
..
Axios.js Added axios.formToJSON method; (#4735) 2022-05-25 08:21:40 +02:00
AxiosError.js Added data URL support for node.js; (#4725) 2022-05-20 08:04:36 +02:00
buildFullPath.js Do not modify config.url when using a relative baseURL (resolves #1628) (#2391) 2019-09-05 12:43:55 -03:00
dispatchRequest.js Fixing content-type header repeated (#4745) 2022-05-28 11:52:50 +02:00
InterceptorManager.js Interceptor clear (#4248) 2022-05-05 21:31:06 +02:00
mergeConfig.js Adding support for beforeRedirect config option (#3852) 2022-03-07 19:46:08 +02:00
README.md Updating lib/core/README.md about Dispatching requests (#3772) 2021-04-30 09:08:50 +02:00
settle.js Refactored AxiosError to a constructor; 2021-10-14 19:15:16 +03:00
transformData.js Adding HTTP status code for transformResponse (#4580) 2022-05-09 19:25:16 +02:00

axios // core

The modules found in core/ should be modules that are specific to the domain logic of axios. These modules would most likely not make sense to be consumed outside of the axios module, as their logic is too specific. Some examples of core modules are:

  • Dispatching requests
    • Requests sent via adapters/ (see lib/adapters/README.md)
  • Managing interceptors
  • Handling config