2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-20 20:00:40 +03:00

Adding README to modules

This commit is contained in:
Matt Zabriskie
2016-06-01 13:16:16 -06:00
parent 4d1269cb4a
commit eea790b8de
3 changed files with 52 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
# 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