buffer.proto

Package: solo.io.envoy.extensions.filters.http.buffer.v3

copied from https://github.com/envoyproxy/envoy/blob/3b52fc36373272902d9817f0db97dd2fccc40784/api/envoy/extensions/filters/http/buffer/v3/buffer.proto

Types:

Source File: github.com/solo-io/gloo/projects/gloo/api/external/envoy/extensions/filters/http/buffer/v3/buffer.proto

Buffer

"maxRequestBytes": .google.protobuf.UInt32Value

Field Type Description
maxRequestBytes .google.protobuf.UInt32Value The maximum request size that the filter will buffer before the connection manager will stop buffering and return a 413 response.

BufferPerRoute

"disabled": bool
"buffer": .solo.io.envoy.extensions.filters.http.buffer.v3.Buffer

Field Type Description
disabled bool Disable the buffer filter for this particular vhost or route. Only one of disabled or buffer can be set.
buffer .solo.io.envoy.extensions.filters.http.buffer.v3.Buffer Override the global configuration of the buffer filter with this new config. Note: If you have not set a global config (at the gateway level), this override will not do anything by itself. Only one of buffer or disabled can be set.