module Body
A collection of classes for handling HTTP/1.1 request and response bodies.
Nested Classes and Modules
class ChunkedRepresents a chunked body, which is a series of chunks, each with a length prefix.
class FixedRepresents a fixed length body.
class RemainderRepresents the remainder of the body, which reads all the data from the connection until it is finished.