📄️ Intro to Middlewares
Yelix supports middlewares to help extend your application with custom logic. Middlewares are functions that can modify the request and response objects. They’re useful for tasks like logging, authentication, and error handling.