And 1. Is it possible to gzip compress requests ? ...
# ktor
m
And 2. Is it possible to gzip compress requests ? (Looks like response decompression is supported but not request compression)
I ended up doing a GzipCompressFeature. It's very specific to my use case (text/plain compression, no streaming) but in case anyone's interested, it's there: https://gist.github.com/martinbonnin/43c2b9bf994d2c33e7794d8efd468606