I’m looking into configuring the `Accept-Encoding`...
# ktor
d
I’m looking into configuring the
Accept-Encoding
header for my Ktor
HttpClient
. I found the
ContentEncoding
feature (https://github.com/ktorio/ktor/blob/master/ktor-client/ktor-client-features/ktor-client-encoding/common/src/ContentEncoding.kt) but I don’t see that
compression
package in my
ktor-client-core-jvm
jar. Is it published under a separate artifact? Or am I just looking for it in the wrong place?
Ah, here we go:
ktor-client-encoding-jvm