toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-api-openapi
/
org.http4k.contract
/
ContractRouterMatch
/
MatchingHandler
Matching
Handler
data
class
MatchingHandler
(
val
description
:
RouterDescription
,
httpHandler
:
HttpHandler
)
:
ContractRouterMatch
,
Function1
<
request
:
Request
,
Response
>
Members
Constructors
Matching
Handler
Link copied to clipboard
constructor
(
description
:
RouterDescription
,
httpHandler
:
HttpHandler
)
Properties
description
Link copied to clipboard
open
override
val
description
:
RouterDescription
priority
Link copied to clipboard
val
priority
:
Int
Functions
compare
To
Link copied to clipboard
open
operator override
fun
compareTo
(
other
:
ContractRouterMatch
)
:
Int
invoke
Link copied to clipboard
open
operator override
fun
invoke
(
request
:
Request
)
:
Response