Skip to main content

STREAM_RESPONSE_HEADERS_TIMEOUT

Constant STREAM_RESPONSE_HEADERS_TIMEOUT 

Source
pub const STREAM_RESPONSE_HEADERS_TIMEOUT: Duration;
Expand description

How long a streaming request may take to produce response headers. Applied by the caller with tokio::time::timeout around send(), which resolves on headers, so the body is left untimed.