Package-level declarations
Types
Link copied to clipboard
class WebRouteBuilder(val use: (WebMiddleware) -> Unit, val handle: (suspend WebContext.() -> Unit) -> Unit)
A builder for defining HTTP routes in the application, providing middleware support and a route handler.