Constructs a new instance of the Router class.
The configuration object for the router.
None
Protected
Readonly
configThe configuration object for the router.
Protected
Readonly
proxyThe proxy object used for handling requests and responses.
Protected
Readonly
routeA 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.