toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-core
/
org.http4k.routing
/
RoutingResult
Routing
Result
sealed
interface
RoutingResult
Inheritors
Matched
NotMatched
Members
Types
Matched
Link copied to clipboard
data
class
Matched
(
val
description
:
RouterDescription
)
:
RoutingResult
Not
Matched
Link copied to clipboard
data
class
NotMatched
(
val
status
:
Status
=
NOT_FOUND
,
val
description
:
RouterDescription
)
:
RoutingResult
Properties
description
Link copied to clipboard
abstract
val
description
:
RouterDescription