http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-core
/
org.http4k.routing
/
RoutingResult
Routing
Result
sealed
interface
RoutingResult
(
source
)
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