pub const DEFAULT_STREAMING_THRESHOLD: usize = _; // 65_536usize
Default threshold for enabling streaming (64KB).
Bodies larger than this will be streamed rather than buffered entirely.