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.31.1.0
Show newest version
package org.http4k.server

import org.http4k.config.Port
import org.http4k.core.HttpHandler

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy