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

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun compareTo(other: ContractRouterMatch): Int