Appetiser Apps Interview Question

Explain what is a Middleware

Interview Answer

Anonymous

Sep 17, 2024

A Middleware is a class where it sits between the request and controller. This class is responsible for filtering HTTP requests before entering the application.

1