module Body
- Includes
::Protocol::HTTP::Body
Classes and Modules
class Hijack < ::Protocol::HTTP::Body::ReadableA 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 PipeA bidirectional pipe that connects an input body to an output body using a Unix socket pair.
class Statistics < ::Protocol::HTTP::Body::WrapperInvokes a callback once the body has finished reading.