ContentEncoding
A plugin that allows you to enable specified compression algorithms (such as gzip
and deflate
) and configure their settings. This plugin serves two primary purposes:
Sets the
Accept-Encoding
header with the specified quality value.Decodes content received from a server to obtain the original payload.
You can learn more from Content encoding.
Types
Link copied to clipboard
object Companion : HttpClientPlugin<ContentEncoding.Config, ContentEncoding>
Content copied to clipboard
Link copied to clipboard
A configuration for the ContentEncoding plugin.