toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-core
/
org.http4k.routing
/
bind
bind
infix
fun
String
.
bind
(
method
:
Method
)
:
PathMethod
infix
fun
String
.
bind
(
httpHandler
:
RoutingHttpHandler
)
:
RoutingHttpHandler
infix
fun
String
.
bind
(
action
:
HttpHandler
)
:
RoutingHttpHandler
infix
fun
Router
.
bind
(
handler
:
HttpHandler
)
:
RoutingHttpHandler
infix
fun
Router
.
bind
(
handler
:
RoutingHttpHandler
)
:
RoutingHttpHandler
infix
fun
Method
.
bind
(
handler
:
HttpHandler
)
:
RoutingHttpHandler