Package-level declarations

Types

Link copied to clipboard
class ApacheServer(val port: Int = 8000, val address: InetAddress? = null, canonicalHostname: String? = null, val stopMode: ServerConfig.StopMode = StopMode.Graceful(Duration.ofSeconds(5))) : ServerConfig
Link copied to clipboard
class Http4kRequestHandler(handler: HttpHandler) : HttpRequestHandler

Exposed to allow for insertion into a customised Apache WebServer instance