Route contains information to adding/registering new route with the router. Method+Path pair uniquely identifies the Route. It is mandatory to provide Method+Path+Handler fields.
ForGroup recreates Route with added group prefix and group middlewares it is grouped to.
ToRoute returns Route which Router uses to register the method handler for path.
ToRouteInfo converts Route to RouteInfo
Generated using TypeDoc
Route contains information to adding/registering new route with the router. Method+Path pair uniquely identifies the Route. It is mandatory to provide Method+Path+Handler fields.