pub static REQWEST_STREAMING_CLIENT: Lazy<Client>Expand description
For responses whose body is consumed as a stream. Carries no total or read timeout, because both
would cut off a healthy but slow stream; callers must instead bound the header wait with
STREAM_RESPONSE_HEADERS_TIMEOUT and each chunk with STREAM_IDLE_TIMEOUT.