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
/
Router
Router
interface
Router
(
source
)
Members
Members & Extensions
Types
Companion
Link copied to clipboard
object
Companion
Properties
description
Link copied to clipboard
abstract
val
description
:
RouterDescription
Functions
and
Link copied to clipboard
fun
Router
.
and
(
other
:
Router
)
:
Router
bind
Link copied to clipboard
infix
fun
Router
.
bind
(
handler
:
HttpHandler
)
:
RoutingHttpHandler
infix
fun
Router
.
bind
(
handler
:
RoutingHttpHandler
)
:
RoutingHttpHandler
invoke
Link copied to clipboard
abstract
operator
fun
invoke
(
request
:
Request
)
:
RoutingResult
not
Link copied to clipboard
fun
Router
.
not
(
)
:
Router
or
Link copied to clipboard
fun
Router
.
or
(
other
:
Router
)
:
Router