pub const MAX_REQUEST_BYTES_CAP: usize = _; // 536_870_912usizeExpand description
Upper bound on max_request_bytes (512 MiB). A single request body
should never legitimately need more; lifting this defeats the
sandbox payload guard and lets one request pin half a GB of RAM.