server

fun server(url: String, configure: Server.Builder.() -> Unit = {})(source)

Adds a Server with the given url.

Report a problem

Parameters

url

The server URL.

configure

Optional DSL to configure the server.