Overview
-
module Protocol
-
module Rack
-
module Adapter
-
module Body
-
class Enumerable
Wraps the rack response body.
-
class InputWrapper
Used for wrapping a generic
rack.input
object into a readable body.
-
-
module CGI
CGI keys https://tools.ietf.org/html/rfc3875#section-4.1:
-
class Input
Wraps a streaming input body into the interface required by
rack.input
. -
class Request
-
class Response
A wrapper for a
Rack
response. -
class Rewindable
Content-type driven input buffering, specific to the needs of
rack
.
-
-