ContentEncoding
class ContentEncoding
Content-Encoding header support.
See also: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Encoding
Types
companion object Companion : |
|
class Config ContentEncoding configuration. |
Constructors
Content-Encoding header support. |
Companion Object Properties
val key: AttributeKey<ContentEncoding> The AttributeKey for this feature. |
Companion Object Functions
fun install( Installs the feature class for a HttpClient defined at scope. |
|
fun prepare(block: Config.() -> Unit): ContentEncoding Builds a TFeature by calling the block with a TConfig config instance as receiver. |