Controller

Handles and routes incoming HTTP requests, processes and returns a response.

Maps web requests to the appropriate Service methods, processes input, and prepares output (e.g., JSON, HTML).


Backlinks