pub const STREAM_IDLE_TIMEOUT: Duration;Expand description
How long a streaming response body may go without producing a chunk before it counts as stalled.
Applied per chunk by the caller, unlike ClientBuilder::read_timeout; see REQWEST_STREAMING_CLIENT.