Skip to main content

Module read_headers

Module read_headers 

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

Http11ReadHeaders
I/O-free coroutine to read and parse an HTTP/1.X response head.
Http11ReadHeadersOutput
Terminal output of Http11ReadHeaders; response.body is empty.

Enums§

Http11ReadHeadersError
Failure causes during the HTTP/1.X read-headers flow.