All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.hexagonkt.http.server.HttpServerFeature.kt Maven / Gradle / Ivy

There is a newer version: 3.7.2
Show newest version
package com.hexagonkt.http.server

/**
 * Toolkit feature that may or may not be implemented by a server adapter.
 *
 * @property ZIP Request and response compression.
 * @property WEB_SOCKETS Support for server Web Sockets.
 * @property SSE Support for Server Sent Events.
 */
enum class HttpServerFeature {
    ZIP,
    WEB_SOCKETS,
    SSE,
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy