Compression
class Compression
Feature to compress a response based on conditions and ability of client to decompress it
Types
class Configuration : ConditionsHolderBuilder Configuration builder for Compression feature |
|
companion object Feature :
|
Constructors
Compression(compression: Configuration) Feature to compress a response based on conditions and ability of client to decompress it |
Companion Object Properties
val SuppressionAttribute: AttributeKey<Boolean> Attribute that could be added to an application call to prevent it’s response from being compressed |
|
val key: AttributeKey<Compression> Unique key that identifies a feature |
Companion Object Functions
fun install( Feature installation script |