You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: lib/core/README.md
+1
Original file line number
Diff line number
Diff line change
@@ -3,5 +3,6 @@
3
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
4
5
5
- Dispatching requests
6
+
- Requests sent via `adapters/` (see lib/adapters/README.md)
0 commit comments