companion object Feature : ApplicationFeature<ApplicationCallPipeline, Configuration, Compression>
ApplicationFeature
implementation for Compression
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 |
fun install(pipeline: ApplicationCallPipeline, configure: Configuration.() -> Unit): Compression
Feature installation script |