Buffer¶
Buffer configuration overview.
config.filter.http.buffer.v2.Buffer¶
[config.filter.http.buffer.v2.Buffer proto]
{
  "max_request_bytes": "{...}"
}
- max_request_bytes
 - (UInt32Value) The maximum request size that the filter will buffer before the connection manager will stop buffering and return a 413 response.
 
config.filter.http.buffer.v2.BufferPerRoute¶
[config.filter.http.buffer.v2.BufferPerRoute proto]
{
  "disabled": "...",
  "buffer": "{...}"
}
- disabled
 (bool) Disable the buffer filter for this particular vhost or route.
- buffer
 (config.filter.http.buffer.v2.Buffer) Override the global configuration of the filter with this new config.