Class: Mongrel::HttpParams

Inherits:
Hash
  • Object
show all
Defined in:
lib/mongrel.rb

Overview

A Hash with one extra parameter for the HTTP body, used internally.

Instance Attribute Summary collapse

Instance Attribute Details

#http_bodyObject

Returns the value of attribute http_body.



45
46
47
# File 'lib/mongrel.rb', line 45

def http_body
  @http_body
end