Expand description
Streaming HTTP responses (send_stream).
Use RequestBuilder::send_stream for large or chunked
bodies. The buffered Response from RequestBuilder::send
remains the default for JSON APIs.
Structs§
- Streaming
Response - HTTP response with a streaming body.
Functions§
- body_
stream_ from_ bytes - Creates a single-chunk body stream from bytes.
Type Aliases§
- Body
Stream - Byte stream yielding
Result<Bytes>chunks from the transport.