- You have to create a few standard middlewares for your application.
- You have to create a middleware for logging the number of requests on a server
- You have to create a middleware for rate limiting a users request based on their username passed in the header
- You have to create a middleware for logging the number of errors on a server