toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-core
/
org.http4k.routing
/
Router
Router
interface
Router
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