Module read_chunks

Source
Expand description

I/O-free coroutine to read HTTP response following the Chunked Transfer Coding.

Refs: https://datatracker.ietf.org/doc/html/rfc2616#section-3.6.1

Structs§

ReadStreamChunks
I/O-free coroutine to read HTTP response following the Chunked Transfer Coding.

Enums§

ReadStreamChunksError
Errors that can occur during the coroutine progression.
ReadStreamChunksResult
Send result returned by the coroutine’s resume function.