Skip to content

Commit a18a0ec

Browse files
author
TagawaHirotaka
authoredApr 30, 2021
Updating lib/core/README.md about Dispatching requests (#3772)
* Updating lib/core/README.md :Dispatching requests * Fixing expression
1 parent 59fa614 commit a18a0ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎lib/core/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
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:
44

55
- Dispatching requests
6+
- Requests sent via `adapters/` (see lib/adapters/README.md)
67
- Managing interceptors
78
- Handling config

0 commit comments

Comments
 (0)
Please sign in to comment.