All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.http4k.server.cloudNativeExt.kt Maven / Gradle / Ivy

There is a newer version: 5.45.1.0
Show newest version
package org.http4k.server

import org.http4k.cloudnative.env.Port
import org.http4k.core.HttpHandler

fun HttpHandler.asServer(fn: (Int) -> ServerConfig, port: Port) = fn(port.value).toServer(this)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy