Constructs a new instance of the Router class.
The configuration object for the router.
None
Protected ReadonlyconfigThe configuration object for the router.
Protected ReadonlyproxyThe proxy object used for handling requests and responses.
Protected ReadonlyrouteA protected property that holds a RouteResolver object. The RouteResolver is responsible for resolving routes and returning the appropriate response.
Represents a server container that extends the Server class and handles serverless events.