BaseRoutingBuilder
A base interface for routing builders. Provides methods to define routes, views, actions, and metadata.
Inheritors
Functions
Link copied to clipboard
Adds a route for a numeric path segment.
Link copied to clipboard
abstract fun route(vararg path: String, routingBuilder: PlainRoutingBuilder.(RoutingContext) -> Unit)
Adds a route for the specified path.
Link copied to clipboard
Adds a route for a string path segment.