Expand description
I/O-free coroutine reading and parsing an HTTP/1.X response head
(RFC 9112 §6). Composed by Http10Send, Http11Send, and the SSE
bootstrap.
Structs§
- Http11
Read Headers - I/O-free coroutine to read and parse an HTTP/1.X response head.
- Http11
Read Headers Output - Terminal output of
Http11ReadHeaders;response.bodyis empty.
Enums§
- Http11
Read Headers Error - Failure causes during the HTTP/1.X read-headers flow.