Module streaming

Module streaming 

Source
Expand description

Streaming support for HTTP requests and responses

This module provides streaming capabilities for handling large files and real-time data streams efficiently.

Structsยง

ChunkedEncoder
Chunked transfer encoding support
SseStream
Server-Sent Events (SSE) stream
StreamingBody
A streaming body that can be read in chunks