Structs§
- Dispatch
Config - Configuration passed to the dispatch handler.
Functions§
- dispatch
- The main dispatch handler. All HTTP requests come through here.
- max_
request_ body_ bytes - 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.