
implementation("io.ktor:ktor-client-encoding:3.1.1")Enables HTTP client support for content encoding, including compression algorithms like gzip and deflate. Configures the `Accept-Encoding` header, encodes request bodies, and decodes server responses.