Structsยง
- Chunked
Reader - Decodes an HTTP/1.1 chunked body from the inner reader.
Trailers (if any) are populated into
trailersafter EOF is reached. - Chunked
Writer - Encodes data written to it into HTTP/1.1 chunked transfer encoding.
Call
finish()to write the terminal0\r\n\r\n.