Overview
-
module Protocol-
module Rack-
module AdapterThe Rack adapter provides a bridge between Protocol::HTTP and Rack applications.
-
class GenericThe base adapter class that provides common functionality for all Rack adapters.
-
class Rack2The Rack 2 adapter provides compatibility with Rack 2.x applications.
-
class Rack3The Rack 3 adapter provides compatibility with Rack 3.x applications.
-
class Rack31The Rack 3.1 adapter provides compatibility with Rack 3.1.x applications.
-
-
module BodyThe Body module provides functionality for handling Rack response bodies.
-
class EnumerableWraps a Rack response body that responds to
each. -
class InputWrapperWraps a Rack input object into a readable body.
-
-
module CGICGI keys https://tools.ietf.org/html/rfc3875#section-4.1:
-
class InputWraps a streaming input body into the interface required by
rack.input. -
class RequestA Rack-compatible HTTP request wrapper.
-
class ResponseA wrapper for a
Rackresponse. -
class RewindableContent-type driven input buffering, specific to the needs of
rack.
-
-