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

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

The newest version!
package org.http4k.server

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

@Deprecated("This is extraneous", ReplaceWith("asServer(fn(8000))"))
fun HttpHandler.asServer(fn: (Int) -> ServerConfig, port: Port) = fn(port.value).toServer(this)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy