PolyServerConfig
Standard interface for creating a configured Server which supports Websockets or SSE
Functions
Link copied to clipboard
abstract fun toServer(http: HttpHandler? = null, ws: WsHandler? = null, sse: SseHandler? = null): Http4kServer
Link copied to clipboard
Link copied to clipboard