ContractRouterMatch
Inheritors
Types
Link copied to clipboard
Link copied to clipboard
data class MatchingHandler(val description: RouterDescription, httpHandler: HttpHandler) : ContractRouterMatch, Function1<request: Request, Response>
Link copied to clipboard
Link copied to clipboard