You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/content/en/latest/api/extension_types.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -542,7 +542,7 @@ _Appears in:_
542
542
|`faultInjection`|_[FaultInjection](#faultinjection)_| false || FaultInjection defines the fault injection policy to be applied. This configuration can be used to<br />inject delays and abort requests to mimic failure scenarios such as service failures and overloads |
543
543
|`useClientProtocol`|_boolean_| false || UseClientProtocol configures Envoy to prefer sending requests to backends using<br />the same HTTP protocol that the incoming request used. Defaults to false, which means<br />that Envoy will use the protocol indicated by the attached BackendRef. |
544
544
|`compression`|_[Compression](#compression) array_| false || The compression config for the http streams.<br />Deprecated: Use Compressor instead. |
545
-
|`compressor`|_[Compression](#compression) array_| false || The compressor config for the http streams.<br />This provides more granular control over compression configuration. |
545
+
|`compressor`|_[Compression](#compression) array_| false || The compressor config for the http streams.<br />This provides more granular control over compression configuration.<br />Order matters: The first compressor in the list is preferred when q-values in Accept-Encoding are equal.|
546
546
|`responseOverride`|_[ResponseOverride](#responseoverride) array_| false || ResponseOverride defines the configuration to override specific responses with a custom one.<br />If multiple configurations are specified, the first one to match wins. |
547
547
|`httpUpgrade`|_[ProtocolUpgradeConfig](#protocolupgradeconfig) array_| false || HTTPUpgrade defines the configuration for HTTP protocol upgrades.<br />If not specified, the default upgrade configuration(websocket) will be used. |
548
548
|`requestBuffer`|_[RequestBuffer](#requestbuffer)_| false || RequestBuffer allows the gateway to buffer and fully receive each request from a client before continuing to send the request<br />upstream to the backends. This can be helpful to shield your backend servers from slow clients, and also to enforce a maximum size per request<br />as any requests larger than the buffer size will be rejected.<br />This can have a negative performance impact so should only be enabled when necessary.<br />When enabling this option, you should also configure your connection buffer size to account for these request buffers. There will also be an<br />increase in memory usage for Envoy that should be accounted for in your deployment settings. |
0 commit comments