Skip to main content

max_request_body_bytes

Function max_request_body_bytes 

Source
pub fn max_request_body_bytes() -> usize
Expand description

The server-wide buffered request body cap in bytes, from FAKECLOUD_MAX_REQUEST_BODY_BYTES (default 1 GiB). Public so buffered sub-proxies (e.g. the CloudFront viewer data plane) apply the SAME cap as direct traffic rather than an inconsistent limit of their own.