toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-bridge-vertx
/
org.http4k.bridge
Package-level
declarations
Functions
Functions
as
Http4k
Link copied to clipboard
fun
HttpServerRequest
.
asHttp4k
(
)
:
Future
<
Request
>
fallback
To
Http4k
Link copied to clipboard
fun
Router
.
fallbackToHttp4k
(
function
:
HttpHandler
)
Fallback to Http4k handler as a wildcard route.
into
Link copied to clipboard
fun
Response
.
into
(
response
:
HttpServerResponse
)
:
Future
<
Void
>
Vertx
To
Http4k
Handler
Link copied to clipboard
fun
VertxToHttp4kHandler
(
http
:
HttpHandler
)
:
(
RoutingContext
)
->
Unit
Bridge a single Vertx request to an Http4k handler.