data class HttpServerSettings
HTTP server connector settings
HttpServerSettings(host: String = "0.0.0.0", port: Int = 8080, connectionIdleTimeoutSeconds: Long = 45)
HTTP server connector settings |
val connectionIdleTimeoutSeconds: Long
time to live for IDLE connections |
|
val host: String
to listen to |
|
val port: Int
to listen to |