Good explanation
Here is the explanation that should clear doubts on express.json()
and express.urlencoded()
and the use of body-parser. It took me some time to figure this out.
What is Middleware? It is those methods/functions/operations that are called BETWEEN processing the Request and sending the Response in your application method.
When talkingβ¦
Top comments (0)