PolyServerConfig

Standard interface for creating a configured WebServer which supports Websockets

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun toServer(http: HttpHandler): Http4kServer
abstract fun toServer(http: HttpHandler? = null, ws: WsHandler? = null, sse: SseHandler? = null): Http4kServer
Link copied to clipboard
Link copied to clipboard