Skip to main content

Module streaming

Module streaming 

Source
Expand description

Streaming response support for the crate::Client.

The call_streaming method sends a request but returns the raw reqwest::Response instead of deserializing the body. This is useful for SSE streams, file downloads, or any large response where buffering the entire body is undesirable.