public static interface Compressor.ResponseDirectionConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Compressor.CommonDirectionConfig |
getCommonConfig()
.envoy.extensions.filters.http.compressor.v4alpha.Compressor.CommonDirectionConfig common_config = 1; |
Compressor.CommonDirectionConfigOrBuilder |
getCommonConfigOrBuilder()
.envoy.extensions.filters.http.compressor.v4alpha.Compressor.CommonDirectionConfig common_config = 1; |
boolean |
getDisableOnEtagHeader()
If true, disables compression when the response contains an etag header.
|
boolean |
getRemoveAcceptEncodingHeader()
If true, removes accept-encoding from the request headers before dispatching it to the upstream
so that responses do not get compressed before reaching the filter.
.. attention::
To avoid interfering with other compression filters in the same chain use this option in
the filter closest to the upstream.
|
boolean |
hasCommonConfig()
.envoy.extensions.filters.http.compressor.v4alpha.Compressor.CommonDirectionConfig common_config = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasCommonConfig()
.envoy.extensions.filters.http.compressor.v4alpha.Compressor.CommonDirectionConfig common_config = 1;Compressor.CommonDirectionConfig getCommonConfig()
.envoy.extensions.filters.http.compressor.v4alpha.Compressor.CommonDirectionConfig common_config = 1;Compressor.CommonDirectionConfigOrBuilder getCommonConfigOrBuilder()
.envoy.extensions.filters.http.compressor.v4alpha.Compressor.CommonDirectionConfig common_config = 1;boolean getDisableOnEtagHeader()
If true, disables compression when the response contains an etag header. When it is false, the filter will preserve weak etags and remove the ones that require strong validation.
bool disable_on_etag_header = 2;boolean getRemoveAcceptEncodingHeader()
If true, removes accept-encoding from the request headers before dispatching it to the upstream
so that responses do not get compressed before reaching the filter.
.. attention::
To avoid interfering with other compression filters in the same chain use this option in
the filter closest to the upstream.
bool remove_accept_encoding_header = 3;Copyright © 2018–2021 The Envoy Project. All rights reserved.