mirror of
https://github.com/tenrok/axios.git
synced 2026-05-21 13:24:11 +03:00
2fe95621b0
Add OPTIONS-method as a shortcut
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
- Managing interceptors
- Handling config