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§
- Read
Stream Chunks - I/O-free coroutine to read HTTP response following the Chunked Transfer Coding.
Enums§
- Read
Stream Chunks Error - Errors that can occur during the coroutine progression.
- Read
Stream Chunks Result - Send result returned by the coroutine’s resume function.