ContentEncodingContext (http.encoding) Configuration

Type: io.helidon.http.encoding.ContentEncodingContext

Configuration options

Optional configuration options
keytypedefault valuedescription
content-encodings

io.helidon.http.encoding.ContentEncoding[] (service provider interface)

 

List of content encodings that should be used. Encodings configured here have priority over encodings discovered through service loader.

@return list of content encodings to be used (such as `gzip,deflate`)