WsRouter

interface WsRouter

Inheritors

Functions

Link copied to clipboard
abstract fun match(request: Request): WsRouterMatch
Link copied to clipboard
abstract fun withBasePath(new: String): WsRouter
Link copied to clipboard
abstract fun withFilter(new: WsFilter): WsRouter