api

http4k / org.http4k.filter / ServerFilters / GZipContentTypes / <init>

<init>

GZipContentTypes(compressibleContentTypes: Set<ContentType>, compressionMode: GzipCompressionMode = Memory)

Basic GZip and Gunzip support of Request/Response where the content-type is in the allowed list. Only Gunzips requests which contain “transfer-encoding” header containing ‘gzip’ Only Gzips responses when request contains “accept-encoding” header containing ‘gzip’ and the content-type (sans-charset) is one of the compressible types.