Try these out yourself.
- Create a middleware function that logs each incoming request’s HTTP method, URL, and timestamp to the console
- Create a middleware that counts total number of requests sent to a server. Also create an endpoint that exposes it