Expand description
I/O-free coroutine decoding a Transfer-Encoding: chunked body
(RFC 9112 §7.1) into a single buffer. For incremental consumption
use super::chunk_stream::Http11ReadChunksStream.
Structs§
- Http11
Read Chunks - I/O-free coroutine to read an HTTP response body using chunked transfer coding.
- Http11
Read Chunks Output - Terminal output of
Http11ReadChunks.
Enums§
- Http11
Read Chunks Error - Failure causes during the HTTP/1.1 chunked-body read flow.