HttpServerSettings

constructor(    bindAddress: InetAddress = InetAddress.getLoopbackAddress(),     bindPort: Int = 2010,     protocol: HttpProtocol = HTTP,     sslSettings: SslSettings? = null,     zip: Boolean = false)