Routes
dev.cheleb.ziotapir.Routes
trait Routes
A trait that provides a method to gather all the routes from a controllers.
The method gatherRoutes
takes a function that selects the routes from a controller, the type parameter C
is the type of the context that the routes require (Streams, WebSockets, etc.).
Type parameters
- C
-
The type of the context that the routes require.
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
In this article