Defines the base properties for a route.
The handler function that processes the request and generates a response.
The HTTP method for the route (e.g., GET, POST).
The path for the route, e.g., "/api/users".
Defines the base properties for a route.