Class: Formeze::RequestCGI
- Inherits:
-
CGI
- Object
- CGI
- Formeze::RequestCGI
- Defined in:
- lib/formeze.rb
Instance Method Summary collapse
Instance Method Details
#env_table ⇒ Object
217 218 219 |
# File 'lib/formeze.rb', line 217 def env_table [:request].env end |
#stdinput ⇒ Object
221 222 223 |
# File 'lib/formeze.rb', line 221 def stdinput [:request].body end |