.. _envoy_api_file_api/filter/http/buffer.proto: Buffer ====== Buffer :ref:`configuration overview `. .. _envoy_api_msg_filter.http.Buffer: filter.http.Buffer ------------------ `[filter.http.Buffer proto] `_ .. code-block:: json { "max_request_bytes": "{...}", "max_request_time": "{...}" } .. _envoy_api_field_filter.http.Buffer.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. .. _envoy_api_field_filter.http.Buffer.max_request_time: max_request_time (`Duration `_) The maximum number of seconds that the filter will wait for a complete request before returning a 408 response.