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