Skip to main content

DEFAULT_STREAMING_THRESHOLD

Constant DEFAULT_STREAMING_THRESHOLD 

Source
pub const DEFAULT_STREAMING_THRESHOLD: usize = _; // 65_536usize
Expand description

Default threshold for enabling streaming (64KB).

Bodies larger than this will be streamed rather than buffered entirely.