Package-level declarations

Functions

Link copied to clipboard
fun HttpServerRequest.asHttp4k(): Future<Request>
Link copied to clipboard
fun Router.fallbackToHttp4k(function: HttpHandler)

Fallback to Http4k handler as a wildcard route.

Link copied to clipboard
fun Response.into(response: HttpServerResponse): Future<Void>
Link copied to clipboard
fun VertxToHttp4kHandler(http: HttpHandler): (RoutingContext) -> Unit

Bridge a single Vertx request to an Http4k handler.