Class: Mongrel::HttpParams
- Inherits:
-
Hash
- Object
- Hash
- Mongrel::HttpParams
- Defined in:
- lib/mongrel.rb
Overview
A Hash with one extra parameter for the HTTP body, used internally.
Instance Attribute Summary collapse
-
#http_body ⇒ Object
Returns the value of attribute http_body.
Instance Attribute Details
#http_body ⇒ Object
Returns the value of attribute http_body.
45 46 47 |
# File 'lib/mongrel.rb', line 45 def http_body @http_body end |