api

http4k / org.http4k.routing / bind

bind

infix fun Method.bind(routingHandler: RoutingHttpHandler): RoutingHttpHandler infix fun Method.bind(httpHandler: HttpHandler): RoutingHttpHandler infix fun Router.bind(handler: HttpHandler): RoutingHttpHandler infix fun Router.bind(handler: RoutingHttpHandler): RoutingHttpHandler