com.hexagonkt.http.server.HttpServerFeature.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of http_server Show documentation
Show all versions of http_server Show documentation
The atoms of your platform
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