module Body

A collection of classes for handling HTTP/1.1 request and response bodies.

Nested Classes and Modules

class Chunked

Represents a chunked body, which is a series of chunks, each with a length prefix.

class Fixed

Represents a fixed length body.

class Remainder

Represents the remainder of the body, which reads all the data from the connection until it is finished.