Skip to main content

should_stream

Function should_stream 

Source
pub fn should_stream(
    body_size: usize,
    streaming_enabled: bool,
    threshold: u64,
) -> bool
Expand description

Check if a response body should be streamed based on size and configuration.