Skip to main content

Module chunk

Module chunk 

Source
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§

Http11ReadChunks
I/O-free coroutine to read an HTTP response body using chunked transfer coding.
Http11ReadChunksOutput
Terminal output of Http11ReadChunks.

Enums§

Http11ReadChunksError
Failure causes during the HTTP/1.1 chunked-body read flow.