Skip to content

Commit

Permalink
Updating lib/core/README.md about Dispatching requests (#3772)
Browse files Browse the repository at this point in the history
* Updating lib/core/README.md :Dispatching requests

* Fixing expression
  • Loading branch information
TagawaHirotaka committed Apr 30, 2021
1 parent 59fa614 commit a18a0ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/core/README.md
Expand Up @@ -3,5 +3,6 @@
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
- Requests sent via `adapters/` (see lib/adapters/README.md)
- Managing interceptors
- Handling config

0 comments on commit a18a0ec

Please sign in to comment.