main
Last change
on this file was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago |
Update repo after prototype presentation
|
-
Property mode
set to
100644
|
File size:
399 bytes
|
Line | |
---|
1 | # axios // core
|
---|
2 |
|
---|
3 | 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:
|
---|
4 |
|
---|
5 | - Dispatching requests
|
---|
6 | - Requests sent via `adapters/` (see lib/adapters/README.md)
|
---|
7 | - Managing interceptors
|
---|
8 | - Handling config
|
---|
Note:
See
TracBrowser
for help on using the repository browser.