module Body

Includes
::Protocol::HTTP::Body

Classes and Modules

class Hijack < ::Protocol::HTTP::Body::Readable

A body which is designed for hijacked server responses - a response which uses a block to read and write the request and response bodies respectively.

class Pipe

A bidirectional pipe that connects an input body to an output body using a Unix socket pair.

class Statistics < ::Protocol::HTTP::Body::Wrapper

Invokes a callback once the body has finished reading.