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
/
bind
bind
infix
fun
String
.
bind
(
method
:
Method
)
:
PathMethod
(
source
)
infix
fun
String
.
bind
(
httpHandler
:
RoutingHttpHandler
)
:
RoutingHttpHandler
(
source
)
infix
fun
String
.
bind
(
action
:
HttpHandler
)
:
RoutingHttpHandler
(
source
)
infix
fun
Router
.
bind
(
handler
:
HttpHandler
)
:
RoutingHttpHandler
(
source
)
infix
fun
Router
.
bind
(
handler
:
RoutingHttpHandler
)
:
RoutingHttpHandler
(
source
)
infix
fun
Method
.
bind
(
handler
:
HttpHandler
)
:
RoutingHttpHandler
(
source
)