Module: Protocol::HTTP1::Body

Defined in:
lib/protocol/http1/body.rb,
lib/protocol/http1/body/fixed.rb,
lib/protocol/http1/body/chunked.rb,
lib/protocol/http1/body/remainder.rb

Overview

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

Defined Under Namespace

Classes: Chunked, Fixed, Remainder