Logging Middleware
A simple logging middleware that logs the HTTP method and URI of each incoming request. It is an example of a custom middleware that can be used in a Ktor application. This middleware logs the HTTP method and URI to the console and then proceeds to the next middleware/handler.